#871206

Color #871206 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #871206

Tints of Dark Red #871206

Color information

#871206 (or 0x871206) is unknown color: approx 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

RGB135186-
CMYK00.870.960.47
HSL5.58º91.49%27.65%-
HSV(B)5.58º95.56%52.94%-
XYZ10.245.60.71-
YUV51.61102.26187.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13518600.870.960.475.5891.4927.65
Hex87126057602F65b1c
Octal207226012714057613334
Binary1000011110010110010101111100000101111110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>