Shades of Dark Red #961B00
Tints of Dark Red #961B00
RGB
CMYK
RGB Variations
Color information
#961B00 (or 0x961B00) is known color: Dark Red. HEX triplet: 96, 1B and 00. RGB value is (150,27,0). Sum of RGB (Red+Green+Blue) = 150+27+0=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #961B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B00 is #69E4FF. Grayscale: #3C3C3C. Windows color (decimal): -6939904 or 7062. OLE color: 7062.
HSL color Cylindrical-coordinate representation of color #961B00: hue angle of 10.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 #961B00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.41 |
| HSL | 10.8º | 1% | 0.29% | - |
| HSV(B) | 10.8º | 1% | 0.59% | - |
| XYZ | 12.97 | 7.27 | 0.72 | - |
| YUV | 60.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 0 | 0 | 0.82 | 1 | 0.41 | 10.8 | 1 | 0.29 |
| Hex | 96 | 1B | 0 | 0 | 52 | 64 | 29 | B | 64 | 1D |
| Octal | 226 | 33 | 0 | 0 | 122 | 144 | 51 | 13 | 144 | 35 |
| Binary | 10010110 | 11011 | 0 | 0 | 1010010 | 1100100 | 101001 | 1011 | 1100100 | 11101 |
Color Harmonies of #961B00
Complementary color
Monochromatic Colors of #961B00
Black with #961B00
Text Example
Text Example
White with #961B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B00; }
p { color: rgb(150,27,0); }
H1.HeaderClassName
{
color: #961B00;
}
.AnyTagClassName
{
color: #961B00;
}
</style>
background-color css
<style>
a { background-color: #961B00; }
a { background-color: rgb(150,27,0); }
div.DivClassName
{
background-color: #961B00;
}
.BgClassName
{
background-color: #961B00;
}
</style>
border-color css
<style>
span { border-color: #961B00; }
span { border-color: rgb(150,27,0); }
td.TdClassName
{
border-color: #961B00;
}
.TagClassName
{
border-color: #961B00;
}
</style>