Shades of Dark Red #961003
Tints of Dark Red #961003
RGB
CMYK
RGB Variations
Color information
#961003 (or 0x961003) is known color: Dark Red. HEX triplet: 96, 10 and 03. RGB value is (150,16,3). Sum of RGB (Red+Green+Blue) = 150+16+3=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #961003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961003 is #69EFFC. Grayscale: #363636. Windows color (decimal): -6942717 or 200854. OLE color: 200854.
HSL color Cylindrical-coordinate representation of color #961003: hue angle of 5.31º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #961003 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.41 |
| HSL | 5.31º | 0.96% | 0.3% | - |
| HSV(B) | 5.31º | 0.98% | 0.59% | - |
| XYZ | 12.78 | 6.86 | 0.74 | - |
| YUV | 54.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 3 | 0 | 0.89 | 0.98 | 0.41 | 5.31 | 0.96 | 0.3 |
| Hex | 96 | 10 | 3 | 0 | 59 | 62 | 29 | 5 | 60 | 1E |
| Octal | 226 | 20 | 3 | 0 | 131 | 142 | 51 | 5 | 140 | 36 |
| Binary | 10010110 | 10000 | 11 | 0 | 1011001 | 1100010 | 101001 | 101 | 1100000 | 11110 |
Color Harmonies of #961003
Complementary color
Monochromatic Colors of #961003
Black with #961003
Text Example
Text Example
White with #961003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961003; }
p { color: rgb(150,16,3); }
H1.HeaderClassName
{
color: #961003;
}
.AnyTagClassName
{
color: #961003;
}
</style>
background-color css
<style>
a { background-color: #961003; }
a { background-color: rgb(150,16,3); }
div.DivClassName
{
background-color: #961003;
}
.BgClassName
{
background-color: #961003;
}
</style>
border-color css
<style>
span { border-color: #961003; }
span { border-color: rgb(150,16,3); }
td.TdClassName
{
border-color: #961003;
}
.TagClassName
{
border-color: #961003;
}
</style>