Shades of Dark Red #961400
Tints of Dark Red #961400
RGB
CMYK
RGB Variations
Color information
#961400 (or 0x961400) is known color: Dark Red. HEX triplet: 96, 14 and 00. RGB value is (150,20,0). Sum of RGB (Red+Green+Blue) = 150+20+0=170 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.24% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 150 - color contains mainly: red. Hex color #961400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961400 is #69EBFF. Grayscale: #383838. Windows color (decimal): -6941696 or 5270. OLE color: 5270.
HSL color Cylindrical-coordinate representation of color #961400: hue angle of 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 #961400 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.41 |
| HSL | 8º | 1% | 0.29% | - |
| HSV(B) | 8º | 1% | 0.59% | - |
| XYZ | 12.83 | 6.98 | 0.67 | - |
| YUV | 56.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 0 | 0 | 0.87 | 1 | 0.41 | 8 | 1 | 0.29 |
| Hex | 96 | 14 | 0 | 0 | 57 | 64 | 29 | 8 | 64 | 1D |
| Octal | 226 | 24 | 0 | 0 | 127 | 144 | 51 | 10 | 144 | 35 |
| Binary | 10010110 | 10100 | 0 | 0 | 1010111 | 1100100 | 101001 | 1000 | 1100100 | 11101 |
Color Harmonies of #961400
Complementary color
Monochromatic Colors of #961400
Black with #961400
Text Example
Text Example
White with #961400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961400; }
p { color: rgb(150,20,0); }
H1.HeaderClassName
{
color: #961400;
}
.AnyTagClassName
{
color: #961400;
}
</style>
background-color css
<style>
a { background-color: #961400; }
a { background-color: rgb(150,20,0); }
div.DivClassName
{
background-color: #961400;
}
.BgClassName
{
background-color: #961400;
}
</style>
border-color css
<style>
span { border-color: #961400; }
span { border-color: rgb(150,20,0); }
td.TdClassName
{
border-color: #961400;
}
.TagClassName
{
border-color: #961400;
}
</style>