Shades of Dark Red #961F00
Tints of Dark Red #961F00
RGB
CMYK
RGB Variations
Color information
#961F00 (or 0x961F00) is known color: Dark Red. HEX triplet: 96, 1F and 00. RGB value is (150,31,0). Sum of RGB (Red+Green+Blue) = 150+31+0=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #961F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F00 is #69E0FF. Grayscale: #3F3F3F. Windows color (decimal): -6938880 or 8086. OLE color: 8086.
HSL color Cylindrical-coordinate representation of color #961F00: hue angle of 12.4º 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 #961F00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.41 |
| HSL | 12.4º | 1% | 0.29% | - |
| HSV(B) | 12.4º | 1% | 0.59% | - |
| XYZ | 13.07 | 7.46 | 0.75 | - |
| YUV | 63.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 0 | 0 | 0.79 | 1 | 0.41 | 12.4 | 1 | 0.29 |
| Hex | 96 | 1F | 0 | 0 | 4F | 64 | 29 | C | 64 | 1D |
| Octal | 226 | 37 | 0 | 0 | 117 | 144 | 51 | 14 | 144 | 35 |
| Binary | 10010110 | 11111 | 0 | 0 | 1001111 | 1100100 | 101001 | 1100 | 1100100 | 11101 |
Color Harmonies of #961F00
Complementary color
Monochromatic Colors of #961F00
Black with #961F00
Text Example
Text Example
White with #961F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F00; }
p { color: rgb(150,31,0); }
H1.HeaderClassName
{
color: #961F00;
}
.AnyTagClassName
{
color: #961F00;
}
</style>
background-color css
<style>
a { background-color: #961F00; }
a { background-color: rgb(150,31,0); }
div.DivClassName
{
background-color: #961F00;
}
.BgClassName
{
background-color: #961F00;
}
</style>
border-color css
<style>
span { border-color: #961F00; }
span { border-color: rgb(150,31,0); }
td.TdClassName
{
border-color: #961F00;
}
.TagClassName
{
border-color: #961F00;
}
</style>