Shades of Dark Red #961303
Tints of Dark Red #961303
RGB
CMYK
RGB Variations
Color information
#961303 (or 0x961303) is known color: Dark Red. HEX triplet: 96, 13 and 03. RGB value is (150,19,3). Sum of RGB (Red+Green+Blue) = 150+19+3=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #961303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961303 is #69ECFC. Grayscale: #383838. Windows color (decimal): -6941949 or 201622. OLE color: 201622.
HSL color Cylindrical-coordinate representation of color #961303: hue angle of 6.53º 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 #961303 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 19 | 3 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.41 |
| HSL | 6.53º | 0.96% | 0.3% | - |
| HSV(B) | 6.53º | 0.98% | 0.59% | - |
| XYZ | 12.83 | 6.96 | 0.75 | - |
| YUV | 56.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 3 | 0 | 0.87 | 0.98 | 0.41 | 6.53 | 0.96 | 0.3 |
| Hex | 96 | 13 | 3 | 0 | 57 | 62 | 29 | 7 | 60 | 1E |
| Octal | 226 | 23 | 3 | 0 | 127 | 142 | 51 | 7 | 140 | 36 |
| Binary | 10010110 | 10011 | 11 | 0 | 1010111 | 1100010 | 101001 | 111 | 1100000 | 11110 |
Color Harmonies of #961303
Complementary color
Monochromatic Colors of #961303
Black with #961303
Text Example
Text Example
White with #961303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961303; }
p { color: rgb(150,19,3); }
H1.HeaderClassName
{
color: #961303;
}
.AnyTagClassName
{
color: #961303;
}
</style>
background-color css
<style>
a { background-color: #961303; }
a { background-color: rgb(150,19,3); }
div.DivClassName
{
background-color: #961303;
}
.BgClassName
{
background-color: #961303;
}
</style>
border-color css
<style>
span { border-color: #961303; }
span { border-color: rgb(150,19,3); }
td.TdClassName
{
border-color: #961303;
}
.TagClassName
{
border-color: #961303;
}
</style>