Html Css Color HEX #871206 Dark Red

📋 copy color: '#871206'

red 135 ◦ green 18 ◦ blue 6

#871206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #871206

Tints of Dark Red #871206

RGB

 RED value IS 135 (53.13% from 255) = 84.91%

 GREEN value IS 18 (7.42% from 255) = 11.32%

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 84.91%
G = 11.32%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#871206 (or 0x871206) is known color: Dark Red. HEX triplet: 87, 12 and 06. RGB value is (135,18,6). Sum of RGB (Red+Green+Blue) = 135+18+6=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #871206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871206 is #78EDF9. Grayscale: #333333. Windows color (decimal): -7925242 or 397959. OLE color: 397959.

HSL color Cylindrical-coordinate representation of color #871206: hue angle of 5.58º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #871206 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 6 -
CMYK 0 0.87 0.96 0.47
HSL 5.58º 0.91% 0.28% -
HSV(B) 5.58º 0.96% 0.53% -
XYZ 10.24 5.6 0.71 -
YUV 51.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 135 18 6 0 0.87 0.96 0.47 5.58 0.91 0.28
Hex 87 12 6 0 57 60 2F 6 5B 1C
Octal 207 22 6 0 127 140 57 6 133 34
Binary 10000111 10010 110 0 1010111 1100000 101111 110 1011011 11100

Color Harmonies of #871206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871206

Black with #871206

Text Example


Text Example

White with #871206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871206; }

 p { color: rgb(135,18,6); }

 H1.HeaderClassName
 {
   color: #871206;
 }
 .AnyTagClassName
 {
   color: #871206;
 }
</style>

background-color css

<style>
 a { background-color: #871206; }

 a { background-color: rgb(135,18,6); }

 div.DivClassName
 {
   background-color: #871206;
 }
 .BgClassName
 {
   background-color: #871206;
 }
</style>

border-color css

<style>
 span { border-color: #871206; }

 span { border-color: rgb(135,18,6); }

 td.TdClassName
 {
   border-color: #871206;
 }
 .TagClassName
 {
   border-color: #871206;
 }
</style>