Shades of Sangria #960B11
Tints of Sangria #960B11
RGB
CMYK
RGB Variations
Color information
#960B11 (or 0x960B11) is known color: Sangria. HEX triplet: 96, 0B and 11. RGB value is (150,11,17). Sum of RGB (Red+Green+Blue) = 150+11+17=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #960B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960B11 is #69F4EE. Grayscale: #353535. Windows color (decimal): -6943983 or 1117078. OLE color: 1117078.
HSL color Cylindrical-coordinate representation of color #960B11: hue angle of 357.41º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B11 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 11 | 17 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.41 |
| HSL | 357.41º | 0.86% | 0.32% | - |
| HSV(B) | 357.41º | 0.93% | 0.59% | - |
| XYZ | 12.8 | 6.76 | 1.16 | - |
| YUV | 53.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 17 | 0 | 0.93 | 0.89 | 0.41 | 357.41 | 0.86 | 0.32 |
| Hex | 96 | B | 11 | 0 | 5D | 59 | 29 | 165 | 56 | 20 |
| Octal | 226 | 13 | 21 | 0 | 135 | 131 | 51 | 545 | 126 | 40 |
| Binary | 10010110 | 1011 | 10001 | 0 | 1011101 | 1011001 | 101001 | 101100101 | 1010110 | 100000 |
Color Harmonies of #960B11
Complementary color
Monochromatic Colors of #960B11
Black with #960B11
Text Example
Text Example
White with #960B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960B11; }
p { color: rgb(150,11,17); }
H1.HeaderClassName
{
color: #960B11;
}
.AnyTagClassName
{
color: #960B11;
}
</style>
background-color css
<style>
a { background-color: #960B11; }
a { background-color: rgb(150,11,17); }
div.DivClassName
{
background-color: #960B11;
}
.BgClassName
{
background-color: #960B11;
}
</style>
border-color css
<style>
span { border-color: #960B11; }
span { border-color: rgb(150,11,17); }
td.TdClassName
{
border-color: #960B11;
}
.TagClassName
{
border-color: #960B11;
}
</style>