Shades of Dark Red #8F0806
Tints of Dark Red #8F0806
RGB
CMYK
RGB Variations
Color information
#8F0806 (or 0x8F0806) is known color: Dark Red. HEX triplet: 8F, 08 and 06. RGB value is (143,8,6). Sum of RGB (Red+Green+Blue) = 143+8+6=157 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.08% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0806 is #70F7F9. Grayscale: #303030. Windows color (decimal): -7403514 or 395407. OLE color: 395407.
HSL color Cylindrical-coordinate representation of color #8F0806: hue angle of 0.88º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0806 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 6 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.44 |
| HSL | 0.88º | 0.92% | 0.29% | - |
| HSV(B) | 0.88º | 0.96% | 0.56% | - |
| XYZ | 11.45 | 6.03 | 0.73 | - |
| YUV | 48.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 6 | 0 | 0.94 | 0.96 | 0.44 | 0.88 | 0.92 | 0.29 |
| Hex | 8F | 8 | 6 | 0 | 5E | 60 | 2C | 1 | 5C | 1D |
| Octal | 217 | 10 | 6 | 0 | 136 | 140 | 54 | 1 | 134 | 35 |
| Binary | 10001111 | 1000 | 110 | 0 | 1011110 | 1100000 | 101100 | 1 | 1011100 | 11101 |
Color Harmonies of #8F0806
Complementary color
Monochromatic Colors of #8F0806
Black with #8F0806
Text Example
Text Example
White with #8F0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0806; }
p { color: rgb(143,8,6); }
H1.HeaderClassName
{
color: #8F0806;
}
.AnyTagClassName
{
color: #8F0806;
}
</style>
background-color css
<style>
a { background-color: #8F0806; }
a { background-color: rgb(143,8,6); }
div.DivClassName
{
background-color: #8F0806;
}
.BgClassName
{
background-color: #8F0806;
}
</style>
border-color css
<style>
span { border-color: #8F0806; }
span { border-color: rgb(143,8,6); }
td.TdClassName
{
border-color: #8F0806;
}
.TagClassName
{
border-color: #8F0806;
}
</style>