Shades of Sangria #960309
Tints of Sangria #960309
RGB
CMYK
RGB Variations
Color information
#960309 (or 0x960309) is known color: Sangria. HEX triplet: 96, 03 and 09. RGB value is (150,3,9). Sum of RGB (Red+Green+Blue) = 150+3+9=162 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.59% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 150 - color contains mainly: red. Hex color #960309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960309 is #69FCF6. Grayscale: #2F2F2F. Windows color (decimal): -6946039 or 590742. OLE color: 590742.
HSL color Cylindrical-coordinate representation of color #960309: hue angle of 357.55º 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 #960309 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 9 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.41 |
| HSL | 357.55º | 0.96% | 0.3% | - |
| HSV(B) | 357.55º | 0.98% | 0.59% | - |
| XYZ | 12.66 | 6.57 | 0.86 | - |
| YUV | 47.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 9 | 0 | 0.98 | 0.94 | 0.41 | 357.55 | 0.96 | 0.3 |
| Hex | 96 | 3 | 9 | 0 | 62 | 5E | 29 | 166 | 60 | 1E |
| Octal | 226 | 3 | 11 | 0 | 142 | 136 | 51 | 546 | 140 | 36 |
| Binary | 10010110 | 11 | 1001 | 0 | 1100010 | 1011110 | 101001 | 101100110 | 1100000 | 11110 |
Color Harmonies of #960309
Complementary color
Monochromatic Colors of #960309
Black with #960309
Text Example
Text Example
White with #960309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960309; }
p { color: rgb(150,3,9); }
H1.HeaderClassName
{
color: #960309;
}
.AnyTagClassName
{
color: #960309;
}
</style>
background-color css
<style>
a { background-color: #960309; }
a { background-color: rgb(150,3,9); }
div.DivClassName
{
background-color: #960309;
}
.BgClassName
{
background-color: #960309;
}
</style>
border-color css
<style>
span { border-color: #960309; }
span { border-color: rgb(150,3,9); }
td.TdClassName
{
border-color: #960309;
}
.TagClassName
{
border-color: #960309;
}
</style>