#8E0D08

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

Shades of Dark Red #8E0D08

Tints of Dark Red #8E0D08

Color information

#8E0D08 (or 0x8E0D08) is unknown color: approx Dark Red. HEX triplet: 8E, 0D and 08. RGB value is (142,13,8). Sum of RGB (Red+Green+Blue) = 142+13+8=163 (21% of max value = 765). Red value is 142 (55.86% from 255 or 87.12% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0D08 is #71F2F7. Grayscale: #333333. Windows color (decimal): -7467768 or 527758. OLE color: 527758.

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

Color convert

RGB142138-
CMYK00.910.940.44
HSL2.24º89.33%29.41%-
HSV(B)2.24º94.37%55.69%-
XYZ11.346.060.8-
YUV51103.74192.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 87.12%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=87.12%
G=7.98%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213800.910.940.442.2489.3329.41
Hex8ED805B5E2C2591d
Octal2161510013313654213135
Binary100011101101100001011011101111010110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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