Shades of Sangria #911516
Tints of Sangria #911516
RGB
CMYK
RGB Variations
Color information
#911516 (or 0x911516) is known color: Sangria. HEX triplet: 91, 15 and 16. RGB value is (145,21,22). Sum of RGB (Red+Green+Blue) = 145+21+22=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #911516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911516 is #6EEAE9. Grayscale: #3A3A3A. Windows color (decimal): -7269098 or 1447313. OLE color: 1447313.
HSL color Cylindrical-coordinate representation of color #911516: hue angle of 359.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911516 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 22 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.43 |
| HSL | 359.52º | 0.75% | 0.33% | - |
| HSV(B) | 359.52º | 0.86% | 0.57% | - |
| XYZ | 12.09 | 6.61 | 1.4 | - |
| YUV | 58.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 22 | 0 | 0.86 | 0.85 | 0.43 | 359.52 | 0.75 | 0.33 |
| Hex | 91 | 15 | 16 | 0 | 56 | 55 | 2B | 168 | 4B | 21 |
| Octal | 221 | 25 | 26 | 0 | 126 | 125 | 53 | 550 | 113 | 41 |
| Binary | 10010001 | 10101 | 10110 | 0 | 1010110 | 1010101 | 101011 | 101101000 | 1001011 | 100001 |
Color Harmonies of #911516
Complementary color
Monochromatic Colors of #911516
Black with #911516
Text Example
Text Example
White with #911516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911516; }
p { color: rgb(145,21,22); }
H1.HeaderClassName
{
color: #911516;
}
.AnyTagClassName
{
color: #911516;
}
</style>
background-color css
<style>
a { background-color: #911516; }
a { background-color: rgb(145,21,22); }
div.DivClassName
{
background-color: #911516;
}
.BgClassName
{
background-color: #911516;
}
</style>
border-color css
<style>
span { border-color: #911516; }
span { border-color: rgb(145,21,22); }
td.TdClassName
{
border-color: #911516;
}
.TagClassName
{
border-color: #911516;
}
</style>