COLOR #860209

HEX: #860209
RGB: (134,2,9)

Color info

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

RGB color model

#860209 color RGB value is (134,2,9).

  • red value is 134;
  • green value is 2;
  • blue value is 9.
RGB:
(134,2,9)
(53%,1%,4%)

RGB channels and saturation

R 134 of 255 = 53%
G 2 of 255 = 1%
B 9 of 255 = 4%

134
2
9

R + G + B ~ 19%. #860209 is dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 2 + 9 = 145 (100%)
R 134 of 145 ~ 92.41%
G 2 of 145 ~ 1.38%
B 9 of 145 ~ 6.21%

%92.41

CMYK color model

#860209 color CMYK value is (0,99,93,47).

  • cyan value is 0.00%
  • magenta value is 98.51%
  • yellow value is 93.28%
  • key color value is 47.45%
CMYK:
(0,99,93,47)
C0M99Y93K47 
(0%,99%,93%,47%)
(0.00/0.99/0.93/0.47)	

CMYK percentages

%0
%98.51
%93.28
%47.45

Codes

Color #860209 in popluar color models

860209
RGB13429
HSL357°97.06%26.67%
HSB/HSV357°98.51%52.55%
CMYK0.00%98.51%93.28%
47.45%

Color #860209 in popluar number systems.

HEX860209
Decimal13429
Binary10000110101001
Octal206211

Shades and tints

Shades of #860209

#860209
(134,2,9)
#7A0209
(122,2,9)
#6E0209
(110,2,9)
#620209
(98,2,9)
#560209
(86,2,9)
#4A0209
(74,2,9)
#3E0209
(62,2,9)
#320209
(50,2,9)
#260209
(38,2,9)
#1A0209
(26,2,9)
#0E0209
(14,2,9)
#000000
(0,0,0)

Tints of #860209

#860209
(134,2,9)
#91191F
(145,25,31)
#9C3035
(156,48,53)
#A7474B
(167,71,75)
#B25E61
(178,94,97)
#BD7577
(189,117,119)
#C88C8D
(200,140,141)
#D3A3A3
(211,163,163)
#DEBAB9
(222,186,185)
#E9D1CF
(233,209,207)
#F4E8E5
(244,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #860209 color. Also use rgb(134,2,9) instead hex code.

Text Font Color

.myTextColor { color: #860209; }

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

This text font color is #860209.


Background Color

.myBgColor { background-color: #860209; }

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

This div background color is #860209.


Border color

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

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

This div border color is #860209.


Opacity

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

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

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

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

This text has shadow with #860209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #860209 on black background.


Color preview on white background

This text has color #860209 on white background.



Black color preview on #860209 background

This text has black color on #860209 background.


White color preview on #860209 background

This text has white color on #860209 background.