#8D0802

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

Shades of Dark Red #8D0802

Tints of Dark Red #8D0802

Color information

#8D0802 (or 0x8D0802) is unknown color: approx Dark Red. HEX triplet: 8D, 08 and 02. RGB value is (141,8,2). Sum of RGB (Red+Green+Blue) = 141+8+2=151 (20% of max value = 765). Red value is 141 (55.47% from 255 or 93.38% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0802 is #72F7FD. Grayscale: #2F2F2F. Windows color (decimal): -7534590 or 133261. OLE color: 133261.

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

Color convert

RGB14182-
CMYK00.940.990.45
HSL2.59º97.2%28.04%-
HSV(B)2.59º98.58%55.29%-
XYZ11.085.840.6-
YUV47.08102.56194.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 93.38%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=93.38%
G=5.30%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418200.940.990.452.5997.228.04
Hex8D8205E632D3611c
Octal215102013614355314134
Binary1000110110001001011110110001110110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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