COLOR #870100

HEX: #870100
RGB: (135,1,0)

Color info

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

RGB color model

#870100 color RGB value is (135,1,0).

  • red value is 135;
  • green value is 1;
  • blue value is 0.
RGB:
(135,1,0)
(53%,0%,0%)

RGB channels and saturation

R 135 of 255 = 53%
G 1 of 255 = 0%
B 0 of 255 = 0%

135
1
0

R + G + B ~ 18%. #870100 is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 1 + 0 = 136 (100%)
R 135 of 136 ~ 99.26%
G 1 of 136 ~ 0.74%
B 0 of 136 ~ 0%

%99.26

CMYK color model

#870100 color CMYK value is (0,99,100,47).

  • cyan value is 0.00%
  • magenta value is 99.26%
  • yellow value is 100.00%
  • key color value is 47.06%
CMYK:
(0,99,100,47)
C0M99Y100K47 
(0%,99%,100%,47%)
(0.00/0.99/1.00/0.47)	

CMYK percentages

%0
%99.26
%100
%47.06

Codes

Color #870100 in popluar color models

870100
RGB13510
HSL100.00%26.47%
HSB/HSV100.00%52.94%
CMYK0.00%99.26%100.00%
47.06%

Color #870100 in popluar number systems.

HEX870100
Decimal13510
Binary1000011110
Octal20710

Shades and tints

Shades of #870100

#870100
(135,1,0)
#7B0100
(123,1,0)
#6F0100
(111,1,0)
#630100
(99,1,0)
#570100
(87,1,0)
#4B0100
(75,1,0)
#3F0100
(63,1,0)
#330100
(51,1,0)
#270100
(39,1,0)
#1B0100
(27,1,0)
#0F0100
(15,1,0)
#000000
(0,0,0)

Tints of #870100

#870100
(135,1,0)
#911817
(145,24,23)
#9B2F2E
(155,47,46)
#A54645
(165,70,69)
#AF5D5C
(175,93,92)
#B97473
(185,116,115)
#C38B8A
(195,139,138)
#CDA2A1
(205,162,161)
#D7B9B8
(215,185,184)
#E1D0CF
(225,208,207)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #870100 color. Also use rgb(135,1,0) instead hex code.

Text Font Color

.myTextColor { color: #870100; }

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

This text font color is #870100.


Background Color

.myBgColor { background-color: #870100; }

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

This div background color is #870100.


Border color

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

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

This div border color is #870100.


Opacity

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

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

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

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

This text has shadow with #870100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #870100 on black background.


Color preview on white background

This text has color #870100 on white background.



Black color preview on #870100 background

This text has black color on #870100 background.


White color preview on #870100 background

This text has white color on #870100 background.