Shades of Dark Red #960400
Tints of Dark Red #960400
RGB
CMYK
RGB Variations
Color information
#960400 (or 0x960400) is known color: Dark Red. HEX triplet: 96, 04 and 00. RGB value is (150,4,0). Sum of RGB (Red+Green+Blue) = 150+4+0=154 (20% of max value = 765). Red value is 150 (58.98% from 255 or 97.40% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 150 - color contains mainly: red. Hex color #960400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960400 is #69FBFF. Grayscale: #2F2F2F. Windows color (decimal): -6945792 or 1174. OLE color: 1174.
HSL color Cylindrical-coordinate representation of color #960400: hue angle of 1.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960400 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.41 |
| HSL | 1.6º | 1% | 0.29% | - |
| HSV(B) | 1.6º | 1% | 0.59% | - |
| XYZ | 12.62 | 6.57 | 0.6 | - |
| YUV | 47.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 0 | 0 | 0.97 | 1 | 0.41 | 1.6 | 1 | 0.29 |
| Hex | 96 | 4 | 0 | 0 | 61 | 64 | 29 | 2 | 64 | 1D |
| Octal | 226 | 4 | 0 | 0 | 141 | 144 | 51 | 2 | 144 | 35 |
| Binary | 10010110 | 100 | 0 | 0 | 1100001 | 1100100 | 101001 | 10 | 1100100 | 11101 |
Color Harmonies of #960400
Complementary color
Monochromatic Colors of #960400
Black with #960400
Text Example
Text Example
White with #960400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960400; }
p { color: rgb(150,4,0); }
H1.HeaderClassName
{
color: #960400;
}
.AnyTagClassName
{
color: #960400;
}
</style>
background-color css
<style>
a { background-color: #960400; }
a { background-color: rgb(150,4,0); }
div.DivClassName
{
background-color: #960400;
}
.BgClassName
{
background-color: #960400;
}
</style>
border-color css
<style>
span { border-color: #960400; }
span { border-color: rgb(150,4,0); }
td.TdClassName
{
border-color: #960400;
}
.TagClassName
{
border-color: #960400;
}
</style>