Shades of Dark Red #961002
Tints of Dark Red #961002
RGB
CMYK
RGB Variations
Color information
#961002 (or 0x961002) is known color: Dark Red. HEX triplet: 96, 10 and 02. RGB value is (150,16,2). Sum of RGB (Red+Green+Blue) = 150+16+2=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #961002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961002 is #69EFFD. Grayscale: #363636. Windows color (decimal): -6942718 or 135318. OLE color: 135318.
HSL color Cylindrical-coordinate representation of color #961002: hue angle of 5.68º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #961002 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.41 |
| HSL | 5.68º | 0.97% | 0.3% | - |
| HSV(B) | 5.68º | 0.99% | 0.59% | - |
| XYZ | 12.77 | 6.86 | 0.71 | - |
| YUV | 54.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 2 | 0 | 0.89 | 0.99 | 0.41 | 5.68 | 0.97 | 0.3 |
| Hex | 96 | 10 | 2 | 0 | 59 | 63 | 29 | 6 | 61 | 1E |
| Octal | 226 | 20 | 2 | 0 | 131 | 143 | 51 | 6 | 141 | 36 |
| Binary | 10010110 | 10000 | 10 | 0 | 1011001 | 1100011 | 101001 | 110 | 1100001 | 11110 |
Color Harmonies of #961002
Complementary color
Monochromatic Colors of #961002
Black with #961002
Text Example
Text Example
White with #961002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961002; }
p { color: rgb(150,16,2); }
H1.HeaderClassName
{
color: #961002;
}
.AnyTagClassName
{
color: #961002;
}
</style>
background-color css
<style>
a { background-color: #961002; }
a { background-color: rgb(150,16,2); }
div.DivClassName
{
background-color: #961002;
}
.BgClassName
{
background-color: #961002;
}
</style>
border-color css
<style>
span { border-color: #961002; }
span { border-color: rgb(150,16,2); }
td.TdClassName
{
border-color: #961002;
}
.TagClassName
{
border-color: #961002;
}
</style>