COLOR #871016

HEX: #871016
RGB: (135,16,22)

Color info

#871016 contains mainly red color. Web safe color of #871016 is #990000 (or #900).

RGB color model

#871016 color RGB value is (135,16,22).

  • red value is 135;
  • green value is 16;
  • blue value is 22.
RGB:
(135,16,22)
(53%,6%,9%)

RGB channels and saturation

R 135 of 255 = 53%
G 16 of 255 = 6%
B 22 of 255 = 9%

135
16
22

R + G + B ~ 23%. #871016 is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 16 + 22 = 173 (100%)
R 135 of 173 ~ 78.03%
G 16 of 173 ~ 9.25%
B 22 of 173 ~ 12.72%

%78.03
%12.72

CMYK color model

#871016 color CMYK value is (0,88,84,47).

  • cyan value is 0.00%
  • magenta value is 88.15%
  • yellow value is 83.70%
  • key color value is 47.06%
CMYK:
(0,88,84,47)
C0M88Y84K47 
(0%,88%,84%,47%)
(0.00/0.88/0.84/0.47)	

CMYK percentages

%0
%88.15
%83.7
%47.06

Codes

Color #871016 in popluar color models

871016
RGB1351622
HSL357°78.81%29.61%
HSB/HSV357°88.15%52.94%
CMYK0.00%88.15%83.70%
47.06%

Color #871016 in popluar number systems.

HEX871016
Decimal1351622
Binary100001111000010110
Octal2072026

Shades and tints

Shades of #871016

#871016
(135,16,22)
#7B0F14
(123,15,20)
#6F0E12
(111,14,18)
#630D10
(99,13,16)
#570C0E
(87,12,14)
#4B0B0C
(75,11,12)
#3F0A0A
(63,10,10)
#330908
(51,9,8)
#270806
(39,8,6)
#1B0704
(27,7,4)
#0F0602
(15,6,2)
#000000
(0,0,0)

Tints of #871016

#871016
(135,16,22)
#91252B
(145,37,43)
#9B3A40
(155,58,64)
#A54F55
(165,79,85)
#AF646A
(175,100,106)
#B9797F
(185,121,127)
#C38E94
(195,142,148)
#CDA3A9
(205,163,169)
#D7B8BE
(215,184,190)
#E1CDD3
(225,205,211)
#EBE2E8
(235,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871016 color. Also use rgb(135,16,22) instead hex code.

Text Font Color

.myTextColor { color: #871016; }

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

This text font color is #871016.


Background Color

.myBgColor { background-color: #871016; }

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

This div background color is #871016.


Border color

.myBorderColor { border: 1px solid #871016; }

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

This div border color is #871016.


Opacity

.myOpacity80 { color: #871016; opacity: 0.8; }

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

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

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

This text has shadow with #871016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871016 on black background.


Color preview on white background

This text has color #871016 on white background.



Black color preview on #871016 background

This text has black color on #871016 background.


White color preview on #871016 background

This text has white color on #871016 background.