Shades of Dark Red #961600
Tints of Dark Red #961600
RGB
CMYK
RGB Variations
Color information
#961600 (or 0x961600) is known color: Dark Red. HEX triplet: 96, 16 and 00. RGB value is (150,22,0). Sum of RGB (Red+Green+Blue) = 150+22+0=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #961600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961600 is #69E9FF. Grayscale: #393939. Windows color (decimal): -6941184 or 5782. OLE color: 5782.
HSL color Cylindrical-coordinate representation of color #961600: hue angle of 8.8º 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 #961600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.41 |
| HSL | 8.8º | 1% | 0.29% | - |
| HSV(B) | 8.8º | 1% | 0.59% | - |
| XYZ | 12.86 | 7.06 | 0.68 | - |
| YUV | 57.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 0 | 0 | 0.85 | 1 | 0.41 | 8.8 | 1 | 0.29 |
| Hex | 96 | 16 | 0 | 0 | 55 | 64 | 29 | 9 | 64 | 1D |
| Octal | 226 | 26 | 0 | 0 | 125 | 144 | 51 | 11 | 144 | 35 |
| Binary | 10010110 | 10110 | 0 | 0 | 1010101 | 1100100 | 101001 | 1001 | 1100100 | 11101 |
Color Harmonies of #961600
Complementary color
Monochromatic Colors of #961600
Black with #961600
Text Example
Text Example
White with #961600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961600; }
p { color: rgb(150,22,0); }
H1.HeaderClassName
{
color: #961600;
}
.AnyTagClassName
{
color: #961600;
}
</style>
background-color css
<style>
a { background-color: #961600; }
a { background-color: rgb(150,22,0); }
div.DivClassName
{
background-color: #961600;
}
.BgClassName
{
background-color: #961600;
}
</style>
border-color css
<style>
span { border-color: #961600; }
span { border-color: rgb(150,22,0); }
td.TdClassName
{
border-color: #961600;
}
.TagClassName
{
border-color: #961600;
}
</style>