Shades of Dark Red #9F0B06
Tints of Dark Red #9F0B06
RGB
CMYK
RGB Variations
Color information
#9F0B06 (or 0x9F0B06) is known color: Dark Red. HEX triplet: 9F, 0B and 06. RGB value is (159,11,6). Sum of RGB (Red+Green+Blue) = 159+11+6=176 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.34% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0B06 is #60F4F9. Grayscale: #363636. Windows color (decimal): -6354170 or 396191. OLE color: 396191.
HSL color Cylindrical-coordinate representation of color #9F0B06: hue angle of 1.96º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0B06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 6 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.38 |
| HSL | 1.96º | 0.93% | 0.32% | - |
| HSV(B) | 1.96º | 0.96% | 0.62% | - |
| XYZ | 14.45 | 7.62 | 0.88 | - |
| YUV | 54.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 6 | 0 | 0.93 | 0.96 | 0.38 | 1.96 | 0.93 | 0.32 |
| Hex | 9F | B | 6 | 0 | 5D | 60 | 26 | 2 | 5D | 20 |
| Octal | 237 | 13 | 6 | 0 | 135 | 140 | 46 | 2 | 135 | 40 |
| Binary | 10011111 | 1011 | 110 | 0 | 1011101 | 1100000 | 100110 | 10 | 1011101 | 100000 |
Color Harmonies of #9F0B06
Complementary color
Monochromatic Colors of #9F0B06
Black with #9F0B06
Text Example
Text Example
White with #9F0B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B06; }
p { color: rgb(159,11,6); }
H1.HeaderClassName
{
color: #9F0B06;
}
.AnyTagClassName
{
color: #9F0B06;
}
</style>
background-color css
<style>
a { background-color: #9F0B06; }
a { background-color: rgb(159,11,6); }
div.DivClassName
{
background-color: #9F0B06;
}
.BgClassName
{
background-color: #9F0B06;
}
</style>
border-color css
<style>
span { border-color: #9F0B06; }
span { border-color: rgb(159,11,6); }
td.TdClassName
{
border-color: #9F0B06;
}
.TagClassName
{
border-color: #9F0B06;
}
</style>