COLOR #871D4E

HEX: #871D4E
RGB: (135,29,78)

Color info

#871D4E contains mainly red and blue colors. Web safe color of #871D4E is #993366 (or #936).

RGB color model

#871D4E color RGB value is (135,29,78).

  • red value is 135;
  • green value is 29;
  • blue value is 78.
RGB:
(135,29,78)
(53%,11%,31%)

RGB channels and saturation

R 135 of 255 = 53%
G 29 of 255 = 11%
B 78 of 255 = 31%

135
29
78

R + G + B ~ 32%. #871D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 29 + 78 = 242 (100%)
R 135 of 242 ~ 55.79%
G 29 of 242 ~ 11.98%
B 78 of 242 ~ 32.23%

%55.79
%11.98
%32.23

CMYK color model

#871D4E color CMYK value is (0,79,42,47).

  • cyan value is 0.00%
  • magenta value is 78.52%
  • yellow value is 42.22%
  • key color value is 47.06%
CMYK:
(0,79,42,47)
C0M79Y42K47 
(0%,79%,42%,47%)
(0.00/0.79/0.42/0.47)	

CMYK percentages

%0
%78.52
%42.22
%47.06

Codes

Color #871D4E in popluar color models

871D4E
RGB1352978
HSL332°64.63%32.16%
HSB/HSV332°78.52%52.94%
CMYK0.00%78.52%42.22%
47.06%

Color #871D4E in popluar number systems.

HEX871D4E
Decimal1352978
Binary10000111111011001110
Octal20735116

Shades and tints

Shades of #871D4E

#871D4E
(135,29,78)
#7B1B47
(123,27,71)
#6F1940
(111,25,64)
#631739
(99,23,57)
#571532
(87,21,50)
#4B132B
(75,19,43)
#3F1124
(63,17,36)
#330F1D
(51,15,29)
#270D16
(39,13,22)
#1B0B0F
(27,11,15)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #871D4E

#871D4E
(135,29,78)
#91315E
(145,49,94)
#9B456E
(155,69,110)
#A5597E
(165,89,126)
#AF6D8E
(175,109,142)
#B9819E
(185,129,158)
#C395AE
(195,149,174)
#CDA9BE
(205,169,190)
#D7BDCE
(215,189,206)
#E1D1DE
(225,209,222)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871D4E color. Also use rgb(135,29,78) instead hex code.

Text Font Color

.myTextColor { color: #871D4E; }

<p style="color:#871D4E">This sample text font color is #871D4E.</p>

This text font color is #871D4E.


Background Color

.myBgColor { background-color: #871D4E; }

<div style="background-color:#871D4E">Inner text</div>

This div background color is #871D4E.


Border color

.myBorderColor { border: 1px solid #871D4E; }

<div style="border:3px solid #871D4E">Div</div>

This div border color is #871D4E.


Opacity

.myOpacity80 { color: #871D4E; opacity: 0.8; }

<p style="color:#871D4E;opacity:0.8;">80%</p>

Text with #871D4E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #871D4E;}

<p style="text-shadow: 3px 3px 1px #871D4E">Text here.</p>

This text has shadow with #871D4E color.

.textShadow {text-shadow: 3px 3px 1px #871D4E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #871D4E, 5px 5px 20px red">Text here.</p>

This text has shadow with #871D4E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#871D4E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#871D4E, Direction=45, Strength=4)">Text</p>

This text has shadow with #871D4E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #871D4E;
  -webkit-box-shadow:	1px 1px 3px 2px #871D4E;
  box-shadow:		1px 1px 3px 2px #871D4E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #871D4E;
-webkit-box-shadow: 1px 1px 3px 2px #871D4E;
box-shadow:1px 1px 3px 2px #871D4E;">
Div content here</div>
This div box has shadow with color #871D4E.

Preview

Color preview on black background

This text has color #871D4E on black background.


Color preview on white background

This text has color #871D4E on white background.



Black color preview on #871D4E background

This text has black color on #871D4E background.


White color preview on #871D4E background

This text has white color on #871D4E background.