#8D1406

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

Shades of Dark Red #8D1406

Tints of Dark Red #8D1406

Color information

#8D1406 (or 0x8D1406) is unknown color: approx Dark Red. HEX triplet: 8D, 14 and 06. RGB value is (141,20,6). Sum of RGB (Red+Green+Blue) = 141+20+6=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1406 is #72EBF9. Grayscale: #363636. Windows color (decimal): -7531514 or 398477. OLE color: 398477.

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

Color convert

RGB141206-
CMYK00.860.960.45
HSL6.22º91.84%28.82%-
HSV(B)6.22º95.74%55.29%-
XYZ11.276.180.77-
YUV54.58100.59189.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 84.43%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=84.43%
G=11.98%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14120600.860.960.456.2291.8428.82
Hex8D146056602D65c1d
Octal215246012614055613435
Binary1000110110100110010101101100000101101110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,6); }

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

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

 a { background-color: rgb(141,20,6); }

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

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

 span { border-color: rgb(141,20,6); }

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