#8E0D06

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

Shades of Dark Red #8E0D06

Tints of Dark Red #8E0D06

Color information

#8E0D06 (or 0x8E0D06) is unknown color: approx Dark Red. HEX triplet: 8E, 0D and 06. RGB value is (142,13,6). Sum of RGB (Red+Green+Blue) = 142+13+6=161 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.20% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0D06 is #71F2F9. Grayscale: #323232. Windows color (decimal): -7467770 or 396686. OLE color: 396686.

HSL color Cylindrical-coordinate representation of color #8E0D06: hue angle of 3.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0D06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB142136-
CMYK00.910.960.44
HSL3.09º91.89%29.02%-
HSV(B)3.09º95.77%55.69%-
XYZ11.336.050.74-
YUV50.77102.74193.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 88.20%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=88.20%
G=8.07%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213600.910.960.443.0991.8929.02
Hex8ED605B602C35c1d
Octal216156013314054313435
Binary10001110110111001011011110000010110011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E0D06; }

 p { color: rgb(142,13,6); }

 H1.HeaderClassName
 {
   color: #8E0D06;
 }
 .AnyTagClassName
 {
   color: #8E0D06;
 }
</style>
background-color css

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

 a { background-color: rgb(142,13,6); }

 div.DivClassName
 {
   background-color: #8E0D06;
 }
 .BgClassName
 {
   background-color: #8E0D06;
 }
</style>
border-color css

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

 span { border-color: rgb(142,13,6); }

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