#8e0b0a

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

Shades of Dark Red #8E0B0A

Tints of Dark Red #8E0B0A

Color information

#8E0B0A (or 0x8E0B0A) is unknown color: approx Dark Red. HEX triplet: 8E, 0B and 0A. RGB value is (142,11,10). Sum of RGB (Red+Green+Blue) = 142+11+10=163 (21% of max value = 765). Red value is 142 (55.86% from 255 or 87.12% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0B0A is #71F4F5. Grayscale: #323232. Windows color (decimal): -7468278 or 658318. OLE color: 658318.

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

Color convert

RGB1421110-
CMYK00.920.930.44
HSL0.45º86.84%29.8%-
HSV(B)0.45º92.96%55.69%-
XYZ11.336.010.85-
YUV50.06105.4193.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 87.12%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=87.12%
G=6.75%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142111000.920.930.440.4586.8429.8
Hex8EBA05C5D2C0571e
Octal2161312013413554012736
Binary10001110101110100101110010111011011000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e0b0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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