Shades of Dark Red #8F0905
Tints of Dark Red #8F0905
RGB
CMYK
RGB Variations
Color information
#8F0905 (or 0x8F0905) is known color: Dark Red. HEX triplet: 8F, 09 and 05. RGB value is (143,9,5). Sum of RGB (Red+Green+Blue) = 143+9+5=157 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.08% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0905 is #70F6FA. Grayscale: #303030. Windows color (decimal): -7403259 or 330127. OLE color: 330127.
HSL color Cylindrical-coordinate representation of color #8F0905: hue angle of 1.74º 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 #8F0905 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 5 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.44 |
| HSL | 1.74º | 0.93% | 0.29% | - |
| HSV(B) | 1.74º | 0.97% | 0.56% | - |
| XYZ | 11.45 | 6.05 | 0.71 | - |
| YUV | 48.61 | 103.39 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 5 | 0 | 0.94 | 0.97 | 0.44 | 1.74 | 0.93 | 0.29 |
| Hex | 8F | 9 | 5 | 0 | 5E | 61 | 2C | 2 | 5D | 1D |
| Octal | 217 | 11 | 5 | 0 | 136 | 141 | 54 | 2 | 135 | 35 |
| Binary | 10001111 | 1001 | 101 | 0 | 1011110 | 1100001 | 101100 | 10 | 1011101 | 11101 |
Color Harmonies of #8F0905
Complementary color
Monochromatic Colors of #8F0905
Black with #8F0905
Text Example
Text Example
White with #8F0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0905; }
p { color: rgb(143,9,5); }
H1.HeaderClassName
{
color: #8F0905;
}
.AnyTagClassName
{
color: #8F0905;
}
</style>
background-color css
<style>
a { background-color: #8F0905; }
a { background-color: rgb(143,9,5); }
div.DivClassName
{
background-color: #8F0905;
}
.BgClassName
{
background-color: #8F0905;
}
</style>
border-color css
<style>
span { border-color: #8F0905; }
span { border-color: rgb(143,9,5); }
td.TdClassName
{
border-color: #8F0905;
}
.TagClassName
{
border-color: #8F0905;
}
</style>