Shades of Sangria #961012
Tints of Sangria #961012
RGB
CMYK
RGB Variations
Color information
#961012 (or 0x961012) is known color: Sangria. HEX triplet: 96, 10 and 12. RGB value is (150,16,18). Sum of RGB (Red+Green+Blue) = 150+16+18=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #961012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961012 is #69EFED. Grayscale: #383838. Windows color (decimal): -6942702 or 1183894. OLE color: 1183894.
HSL color Cylindrical-coordinate representation of color #961012: hue angle of 359.1º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961012 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 18 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.41 |
| HSL | 359.1º | 0.81% | 0.33% | - |
| HSV(B) | 359.1º | 0.89% | 0.59% | - |
| XYZ | 12.87 | 6.9 | 1.23 | - |
| YUV | 56.29 | 106.39 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 18 | 0 | 0.89 | 0.88 | 0.41 | 359.1 | 0.81 | 0.33 |
| Hex | 96 | 10 | 12 | 0 | 59 | 58 | 29 | 167 | 51 | 21 |
| Octal | 226 | 20 | 22 | 0 | 131 | 130 | 51 | 547 | 121 | 41 |
| Binary | 10010110 | 10000 | 10010 | 0 | 1011001 | 1011000 | 101001 | 101100111 | 1010001 | 100001 |
Color Harmonies of #961012
Complementary color
Monochromatic Colors of #961012
Black with #961012
Text Example
Text Example
White with #961012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961012; }
p { color: rgb(150,16,18); }
H1.HeaderClassName
{
color: #961012;
}
.AnyTagClassName
{
color: #961012;
}
</style>
background-color css
<style>
a { background-color: #961012; }
a { background-color: rgb(150,16,18); }
div.DivClassName
{
background-color: #961012;
}
.BgClassName
{
background-color: #961012;
}
</style>
border-color css
<style>
span { border-color: #961012; }
span { border-color: rgb(150,16,18); }
td.TdClassName
{
border-color: #961012;
}
.TagClassName
{
border-color: #961012;
}
</style>