Shades of Dark Red #961200
Tints of Dark Red #961200
RGB
CMYK
RGB Variations
Color information
#961200 (or 0x961200) is known color: Dark Red. HEX triplet: 96, 12 and 00. RGB value is (150,18,0). Sum of RGB (Red+Green+Blue) = 150+18+0=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #961200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961200 is #69EDFF. Grayscale: #373737. Windows color (decimal): -6942208 or 4758. OLE color: 4758.
HSL color Cylindrical-coordinate representation of color #961200: hue angle of 7.2º 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 #961200 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.41 |
| HSL | 7.2º | 1% | 0.29% | - |
| HSV(B) | 7.2º | 1% | 0.59% | - |
| XYZ | 12.79 | 6.92 | 0.66 | - |
| YUV | 55.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 0 | 0 | 0.88 | 1 | 0.41 | 7.2 | 1 | 0.29 |
| Hex | 96 | 12 | 0 | 0 | 58 | 64 | 29 | 7 | 64 | 1D |
| Octal | 226 | 22 | 0 | 0 | 130 | 144 | 51 | 7 | 144 | 35 |
| Binary | 10010110 | 10010 | 0 | 0 | 1011000 | 1100100 | 101001 | 111 | 1100100 | 11101 |
Color Harmonies of #961200
Complementary color
Monochromatic Colors of #961200
Black with #961200
Text Example
Text Example
White with #961200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961200; }
p { color: rgb(150,18,0); }
H1.HeaderClassName
{
color: #961200;
}
.AnyTagClassName
{
color: #961200;
}
</style>
background-color css
<style>
a { background-color: #961200; }
a { background-color: rgb(150,18,0); }
div.DivClassName
{
background-color: #961200;
}
.BgClassName
{
background-color: #961200;
}
</style>
border-color css
<style>
span { border-color: #961200; }
span { border-color: rgb(150,18,0); }
td.TdClassName
{
border-color: #961200;
}
.TagClassName
{
border-color: #961200;
}
</style>