COLOR #871C62

HEX: #871C62
RGB: (135,28,98)

Color info

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

RGB color model

#871C62 color RGB value is (135,28,98).

  • red value is 135;
  • green value is 28;
  • blue value is 98.
RGB:
(135,28,98)
(53%,11%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 28 of 255 = 11%
B 98 of 255 = 38%

135
28
98

R + G + B ~ 34%. #871C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 28 + 98 = 261 (100%)
R 135 of 261 ~ 51.72%
G 28 of 261 ~ 10.73%
B 98 of 261 ~ 37.55%

%51.72
%10.73
%37.55

CMYK color model

#871C62 color CMYK value is (0,79,27,47).

  • cyan value is 0.00%
  • magenta value is 79.26%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(0,79,27,47)
C0M79Y27K47 
(0%,79%,27%,47%)
(0.00/0.79/0.27/0.47)	

CMYK percentages

%0
%79.26
%27.41
%47.06

Codes

Color #871C62 in popluar color models

871C62
RGB1352898
HSL321°65.64%31.96%
HSB/HSV321°79.26%52.94%
CMYK0.00%79.26%27.41%
47.06%

Color #871C62 in popluar number systems.

HEX871C62
Decimal1352898
Binary10000111111001100010
Octal20734142

Shades and tints

Shades of #871C62

#871C62
(135,28,98)
#7B1A5A
(123,26,90)
#6F1852
(111,24,82)
#63164A
(99,22,74)
#571442
(87,20,66)
#4B123A
(75,18,58)
#3F1032
(63,16,50)
#330E2A
(51,14,42)
#270C22
(39,12,34)
#1B0A1A
(27,10,26)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #871C62

#871C62
(135,28,98)
#913070
(145,48,112)
#9B447E
(155,68,126)
#A5588C
(165,88,140)
#AF6C9A
(175,108,154)
#B980A8
(185,128,168)
#C394B6
(195,148,182)
#CDA8C4
(205,168,196)
#D7BCD2
(215,188,210)
#E1D0E0
(225,208,224)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871C62 color. Also use rgb(135,28,98) instead hex code.

Text Font Color

.myTextColor { color: #871C62; }

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

This text font color is #871C62.


Background Color

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

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

This div background color is #871C62.


Border color

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

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

This div border color is #871C62.


Opacity

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

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

Text with #871C62 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 #871C62;}

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

This text has shadow with #871C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871C62 on black background.


Color preview on white background

This text has color #871C62 on white background.



Black color preview on #871C62 background

This text has black color on #871C62 background.


White color preview on #871C62 background

This text has white color on #871C62 background.