Shades of Dark Red #9F0804
Tints of Dark Red #9F0804
RGB
CMYK
RGB Variations
Color information
#9F0804 (or 0x9F0804) is known color: Dark Red. HEX triplet: 9F, 08 and 04. RGB value is (159,8,4). Sum of RGB (Red+Green+Blue) = 159+8+4=171 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.98% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0804 is #60F7FB. Grayscale: #343434. Windows color (decimal): -6354940 or 264351. OLE color: 264351.
HSL color Cylindrical-coordinate representation of color #9F0804: hue angle of 1.55º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0804 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 4 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.38 |
| HSL | 1.55º | 0.95% | 0.32% | - |
| HSV(B) | 1.55º | 0.97% | 0.62% | - |
| XYZ | 14.41 | 7.55 | 0.81 | - |
| YUV | 52.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 4 | 0 | 0.95 | 0.97 | 0.38 | 1.55 | 0.95 | 0.32 |
| Hex | 9F | 8 | 4 | 0 | 5F | 61 | 26 | 2 | 5F | 20 |
| Octal | 237 | 10 | 4 | 0 | 137 | 141 | 46 | 2 | 137 | 40 |
| Binary | 10011111 | 1000 | 100 | 0 | 1011111 | 1100001 | 100110 | 10 | 1011111 | 100000 |
Color Harmonies of #9F0804
Complementary color
Monochromatic Colors of #9F0804
Black with #9F0804
Text Example
Text Example
White with #9F0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0804; }
p { color: rgb(159,8,4); }
H1.HeaderClassName
{
color: #9F0804;
}
.AnyTagClassName
{
color: #9F0804;
}
</style>
background-color css
<style>
a { background-color: #9F0804; }
a { background-color: rgb(159,8,4); }
div.DivClassName
{
background-color: #9F0804;
}
.BgClassName
{
background-color: #9F0804;
}
</style>
border-color css
<style>
span { border-color: #9F0804; }
span { border-color: rgb(159,8,4); }
td.TdClassName
{
border-color: #9F0804;
}
.TagClassName
{
border-color: #9F0804;
}
</style>