Shades of Dark Red #9F0A08
Tints of Dark Red #9F0A08
RGB
CMYK
RGB Variations
Color information
#9F0A08 (or 0x9F0A08) is known color: Dark Red. HEX triplet: 9F, 0A and 08. RGB value is (159,10,8). Sum of RGB (Red+Green+Blue) = 159+10+8=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0A08 is #60F5F7. Grayscale: #363636. Windows color (decimal): -6354424 or 527007. OLE color: 527007.
HSL color Cylindrical-coordinate representation of color #9F0A08: hue angle of 0.79º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0A08 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 8 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.38 |
| HSL | 0.79º | 0.9% | 0.33% | - |
| HSV(B) | 0.79º | 0.95% | 0.62% | - |
| XYZ | 14.45 | 7.61 | 0.94 | - |
| YUV | 54.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 8 | 0 | 0.94 | 0.95 | 0.38 | 0.79 | 0.9 | 0.33 |
| Hex | 9F | A | 8 | 0 | 5E | 5F | 26 | 1 | 5A | 21 |
| Octal | 237 | 12 | 10 | 0 | 136 | 137 | 46 | 1 | 132 | 41 |
| Binary | 10011111 | 1010 | 1000 | 0 | 1011110 | 1011111 | 100110 | 1 | 1011010 | 100001 |
Color Harmonies of #9F0A08
Complementary color
Monochromatic Colors of #9F0A08
Black with #9F0A08
Text Example
Text Example
White with #9F0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A08; }
p { color: rgb(159,10,8); }
H1.HeaderClassName
{
color: #9F0A08;
}
.AnyTagClassName
{
color: #9F0A08;
}
</style>
background-color css
<style>
a { background-color: #9F0A08; }
a { background-color: rgb(159,10,8); }
div.DivClassName
{
background-color: #9F0A08;
}
.BgClassName
{
background-color: #9F0A08;
}
</style>
border-color css
<style>
span { border-color: #9F0A08; }
span { border-color: rgb(159,10,8); }
td.TdClassName
{
border-color: #9F0A08;
}
.TagClassName
{
border-color: #9F0A08;
}
</style>