Shades of Dark Red #960901
Tints of Dark Red #960901
RGB
CMYK
RGB Variations
Color information
#960901 (or 0x960901) is known color: Dark Red. HEX triplet: 96, 09 and 01. RGB value is (150,9,1). Sum of RGB (Red+Green+Blue) = 150+9+1=160 (21% of max value = 765). Red value is 150 (58.98% from 255 or 93.75% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 150 - color contains mainly: red. Hex color #960901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960901 is #69F6FE. Grayscale: #323232. Windows color (decimal): -6944511 or 67990. OLE color: 67990.
HSL color Cylindrical-coordinate representation of color #960901: hue angle of 3.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960901 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.41 |
| HSL | 3.22º | 0.99% | 0.3% | - |
| HSV(B) | 3.22º | 0.99% | 0.59% | - |
| XYZ | 12.68 | 6.68 | 0.65 | - |
| YUV | 50.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 1 | 0 | 0.94 | 0.99 | 0.41 | 3.22 | 0.99 | 0.3 |
| Hex | 96 | 9 | 1 | 0 | 5E | 63 | 29 | 3 | 63 | 1E |
| Octal | 226 | 11 | 1 | 0 | 136 | 143 | 51 | 3 | 143 | 36 |
| Binary | 10010110 | 1001 | 1 | 0 | 1011110 | 1100011 | 101001 | 11 | 1100011 | 11110 |
Color Harmonies of #960901
Complementary color
Monochromatic Colors of #960901
Black with #960901
Text Example
Text Example
White with #960901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960901; }
p { color: rgb(150,9,1); }
H1.HeaderClassName
{
color: #960901;
}
.AnyTagClassName
{
color: #960901;
}
</style>
background-color css
<style>
a { background-color: #960901; }
a { background-color: rgb(150,9,1); }
div.DivClassName
{
background-color: #960901;
}
.BgClassName
{
background-color: #960901;
}
</style>
border-color css
<style>
span { border-color: #960901; }
span { border-color: rgb(150,9,1); }
td.TdClassName
{
border-color: #960901;
}
.TagClassName
{
border-color: #960901;
}
</style>