Shades of Dark Red #8D1605
Tints of Dark Red #8D1605
RGB
CMYK
RGB Variations
Color information
#8D1605 (or 0x8D1605) is known color: Dark Red. HEX triplet: 8D, 16 and 05. RGB value is (141,22,5). Sum of RGB (Red+Green+Blue) = 141+22+5=168 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.93% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1605 is #72E9FA. Grayscale: #373737. Windows color (decimal): -7531003 or 333453. OLE color: 333453.
HSL color Cylindrical-coordinate representation of color #8D1605: hue angle of 7.5º degrees, saturation: 0.93, 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 #8D1605 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 5 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.45 |
| HSL | 7.5º | 0.93% | 0.29% | - |
| HSV(B) | 7.5º | 0.96% | 0.55% | - |
| XYZ | 11.3 | 6.25 | 0.75 | - |
| YUV | 55.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 5 | 0 | 0.84 | 0.96 | 0.45 | 7.5 | 0.93 | 0.29 |
| Hex | 8D | 16 | 5 | 0 | 54 | 60 | 2D | 8 | 5D | 1D |
| Octal | 215 | 26 | 5 | 0 | 124 | 140 | 55 | 10 | 135 | 35 |
| Binary | 10001101 | 10110 | 101 | 0 | 1010100 | 1100000 | 101101 | 1000 | 1011101 | 11101 |
Color Harmonies of #8D1605
Complementary color
Monochromatic Colors of #8D1605
Black with #8D1605
Text Example
Text Example
White with #8D1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1605; }
p { color: rgb(141,22,5); }
H1.HeaderClassName
{
color: #8D1605;
}
.AnyTagClassName
{
color: #8D1605;
}
</style>
background-color css
<style>
a { background-color: #8D1605; }
a { background-color: rgb(141,22,5); }
div.DivClassName
{
background-color: #8D1605;
}
.BgClassName
{
background-color: #8D1605;
}
</style>
border-color css
<style>
span { border-color: #8D1605; }
span { border-color: rgb(141,22,5); }
td.TdClassName
{
border-color: #8D1605;
}
.TagClassName
{
border-color: #8D1605;
}
</style>