#8D0E08

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

Shades of Dark Red #8D0E08

Tints of Dark Red #8D0E08

Color information

#8D0E08 (or 0x8D0E08) is unknown color: approx Dark Red. HEX triplet: 8D, 0E and 08. RGB value is (141,14,8). Sum of RGB (Red+Green+Blue) = 141+14+8=163 (21% of max value = 765). Red value is 141 (55.47% from 255 or 86.50% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0E08 is #72F1F7. Grayscale: #333333. Windows color (decimal): -7533048 or 528013. OLE color: 528013.

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

Color convert

RGB141148-
CMYK00.900.940.45
HSL2.71º89.26%29.22%-
HSV(B)2.71º94.33%55.29%-
XYZ11.195.990.8-
YUV51.29103.58191.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 86.50%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=86.50%
G=8.59%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14114800.900.940.452.7189.2629.22
Hex8DE805A5E2D3591d
Octal2151610013213655313135
Binary100011011110100001011010101111010110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,14,8); }

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

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

 a { background-color: rgb(141,14,8); }

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

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

 span { border-color: rgb(141,14,8); }

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