#8E0A06

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

Shades of Dark Red #8E0A06

Tints of Dark Red #8E0A06

Color information

#8E0A06 (or 0x8E0A06) is unknown color: approx Dark Red. HEX triplet: 8E, 0A and 06. RGB value is (142,10,6). Sum of RGB (Red+Green+Blue) = 142+10+6=158 (20% of max value = 765). Red value is 142 (55.86% from 255 or 89.87% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0A06 is #71F5F9. Grayscale: #313131. Windows color (decimal): -7468538 or 395918. OLE color: 395918.

HSL color Cylindrical-coordinate representation of color #8E0A06: hue angle of 1.76º 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 #8E0A06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB142106-
CMYK00.930.960.44
HSL1.76º91.89%29.02%-
HSV(B)1.76º95.77%55.69%-
XYZ11.35.980.73-
YUV49.01103.73194.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 89.87%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=89.87%
G=6.33%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210600.930.960.441.7691.8929.02
Hex8EA605D602C25c1d
Octal216126013514054213435
Binary10001110101011001011101110000010110010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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