Shades of Dark Red #960805
Tints of Dark Red #960805
RGB
CMYK
RGB Variations
Color information
#960805 (or 0x960805) is known color: Dark Red. HEX triplet: 96, 08 and 05. RGB value is (150,8,5). Sum of RGB (Red+Green+Blue) = 150+8+5=163 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.02% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 150 - color contains mainly: red. Hex color #960805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960805 is #69F7FA. Grayscale: #323232. Windows color (decimal): -6944763 or 329878. OLE color: 329878.
HSL color Cylindrical-coordinate representation of color #960805: hue angle of 1.24º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960805 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 5 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.41 |
| HSL | 1.24º | 0.94% | 0.3% | - |
| HSV(B) | 1.24º | 0.97% | 0.59% | - |
| XYZ | 12.69 | 6.67 | 0.76 | - |
| YUV | 50.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 5 | 0 | 0.95 | 0.97 | 0.41 | 1.24 | 0.94 | 0.3 |
| Hex | 96 | 8 | 5 | 0 | 5F | 61 | 29 | 1 | 5E | 1E |
| Octal | 226 | 10 | 5 | 0 | 137 | 141 | 51 | 1 | 136 | 36 |
| Binary | 10010110 | 1000 | 101 | 0 | 1011111 | 1100001 | 101001 | 1 | 1011110 | 11110 |
Color Harmonies of #960805
Complementary color
Monochromatic Colors of #960805
Black with #960805
Text Example
Text Example
White with #960805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960805; }
p { color: rgb(150,8,5); }
H1.HeaderClassName
{
color: #960805;
}
.AnyTagClassName
{
color: #960805;
}
</style>
background-color css
<style>
a { background-color: #960805; }
a { background-color: rgb(150,8,5); }
div.DivClassName
{
background-color: #960805;
}
.BgClassName
{
background-color: #960805;
}
</style>
border-color css
<style>
span { border-color: #960805; }
span { border-color: rgb(150,8,5); }
td.TdClassName
{
border-color: #960805;
}
.TagClassName
{
border-color: #960805;
}
</style>