Shades of Dark Red #8D1106
Tints of Dark Red #8D1106
RGB
CMYK
RGB Variations
Color information
#8D1106 (or 0x8D1106) is known color: Dark Red. HEX triplet: 8D, 11 and 06. RGB value is (141,17,6). Sum of RGB (Red+Green+Blue) = 141+17+6=164 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.98% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1106 is #72EEF9. Grayscale: #343434. Windows color (decimal): -7532282 or 397709. OLE color: 397709.
HSL color Cylindrical-coordinate representation of color #8D1106: hue angle of 4.89º 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 #8D1106 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 6 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.45 |
| HSL | 4.89º | 0.92% | 0.29% | - |
| HSV(B) | 4.89º | 0.96% | 0.55% | - |
| XYZ | 11.22 | 6.08 | 0.75 | - |
| YUV | 52.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 6 | 0 | 0.88 | 0.96 | 0.45 | 4.89 | 0.92 | 0.29 |
| Hex | 8D | 11 | 6 | 0 | 58 | 60 | 2D | 5 | 5C | 1D |
| Octal | 215 | 21 | 6 | 0 | 130 | 140 | 55 | 5 | 134 | 35 |
| Binary | 10001101 | 10001 | 110 | 0 | 1011000 | 1100000 | 101101 | 101 | 1011100 | 11101 |
Color Harmonies of #8D1106
Complementary color
Monochromatic Colors of #8D1106
Black with #8D1106
Text Example
Text Example
White with #8D1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1106; }
p { color: rgb(141,17,6); }
H1.HeaderClassName
{
color: #8D1106;
}
.AnyTagClassName
{
color: #8D1106;
}
</style>
background-color css
<style>
a { background-color: #8D1106; }
a { background-color: rgb(141,17,6); }
div.DivClassName
{
background-color: #8D1106;
}
.BgClassName
{
background-color: #8D1106;
}
</style>
border-color css
<style>
span { border-color: #8D1106; }
span { border-color: rgb(141,17,6); }
td.TdClassName
{
border-color: #8D1106;
}
.TagClassName
{
border-color: #8D1106;
}
</style>