Shades of Dark Red #8F1605
Tints of Dark Red #8F1605
RGB
CMYK
RGB Variations
Color information
#8F1605 (or 0x8F1605) is known color: Dark Red. HEX triplet: 8F, 16 and 05. RGB value is (143,22,5). Sum of RGB (Red+Green+Blue) = 143+22+5=170 (22% of max value = 765). Red value is 143 (56.25% from 255 or 84.12% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1605 is #70E9FA. Grayscale: #383838. Windows color (decimal): -7399931 or 333455. OLE color: 333455.
HSL color Cylindrical-coordinate representation of color #8F1605: hue angle of 7.39º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F1605 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.44 |
| HSL | 7.39º | 0.93% | 0.29% | - |
| HSV(B) | 7.39º | 0.97% | 0.56% | - |
| XYZ | 11.64 | 6.42 | 0.77 | - |
| YUV | 56.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 5 | 0 | 0.85 | 0.97 | 0.44 | 7.39 | 0.93 | 0.29 |
| Hex | 8F | 16 | 5 | 0 | 55 | 61 | 2C | 7 | 5D | 1D |
| Octal | 217 | 26 | 5 | 0 | 125 | 141 | 54 | 7 | 135 | 35 |
| Binary | 10001111 | 10110 | 101 | 0 | 1010101 | 1100001 | 101100 | 111 | 1011101 | 11101 |
Color Harmonies of #8F1605
Complementary color
Monochromatic Colors of #8F1605
Black with #8F1605
Text Example
Text Example
White with #8F1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1605; }
p { color: rgb(143,22,5); }
H1.HeaderClassName
{
color: #8F1605;
}
.AnyTagClassName
{
color: #8F1605;
}
</style>
background-color css
<style>
a { background-color: #8F1605; }
a { background-color: rgb(143,22,5); }
div.DivClassName
{
background-color: #8F1605;
}
.BgClassName
{
background-color: #8F1605;
}
</style>
border-color css
<style>
span { border-color: #8F1605; }
span { border-color: rgb(143,22,5); }
td.TdClassName
{
border-color: #8F1605;
}
.TagClassName
{
border-color: #8F1605;
}
</style>