Shades of Sangria #960411
Tints of Sangria #960411
RGB
CMYK
RGB Variations
Color information
#960411 (or 0x960411) is known color: Sangria. HEX triplet: 96, 04 and 11. RGB value is (150,4,17). Sum of RGB (Red+Green+Blue) = 150+4+17=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #960411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960411 is #69FBEE. Grayscale: #313131. Windows color (decimal): -6945775 or 1115286. OLE color: 1115286.
HSL color Cylindrical-coordinate representation of color #960411: hue angle of 354.66º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960411 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 17 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.41 |
| HSL | 354.66º | 0.95% | 0.3% | - |
| HSV(B) | 354.66º | 0.97% | 0.59% | - |
| XYZ | 12.72 | 6.61 | 1.14 | - |
| YUV | 49.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 17 | 0 | 0.97 | 0.89 | 0.41 | 354.66 | 0.95 | 0.3 |
| Hex | 96 | 4 | 11 | 0 | 61 | 59 | 29 | 163 | 5F | 1E |
| Octal | 226 | 4 | 21 | 0 | 141 | 131 | 51 | 543 | 137 | 36 |
| Binary | 10010110 | 100 | 10001 | 0 | 1100001 | 1011001 | 101001 | 101100011 | 1011111 | 11110 |
Color Harmonies of #960411
Complementary color
Monochromatic Colors of #960411
Black with #960411
Text Example
Text Example
White with #960411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960411; }
p { color: rgb(150,4,17); }
H1.HeaderClassName
{
color: #960411;
}
.AnyTagClassName
{
color: #960411;
}
</style>
background-color css
<style>
a { background-color: #960411; }
a { background-color: rgb(150,4,17); }
div.DivClassName
{
background-color: #960411;
}
.BgClassName
{
background-color: #960411;
}
</style>
border-color css
<style>
span { border-color: #960411; }
span { border-color: rgb(150,4,17); }
td.TdClassName
{
border-color: #960411;
}
.TagClassName
{
border-color: #960411;
}
</style>