Shades of Sangria #911114
Tints of Sangria #911114
RGB
CMYK
RGB Variations
Color information
#911114 (or 0x911114) is known color: Sangria. HEX triplet: 91, 11 and 14. RGB value is (145,17,20). Sum of RGB (Red+Green+Blue) = 145+17+20=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #911114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911114 is #6EEEEB. Grayscale: #373737. Windows color (decimal): -7270124 or 1315217. OLE color: 1315217.
HSL color Cylindrical-coordinate representation of color #911114: hue angle of 358.59º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911114 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 20 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.43 |
| HSL | 358.59º | 0.79% | 0.32% | - |
| HSV(B) | 358.59º | 0.88% | 0.57% | - |
| XYZ | 12 | 6.47 | 1.28 | - |
| YUV | 55.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 20 | 0 | 0.88 | 0.86 | 0.43 | 358.59 | 0.79 | 0.32 |
| Hex | 91 | 11 | 14 | 0 | 58 | 56 | 2B | 167 | 4F | 20 |
| Octal | 221 | 21 | 24 | 0 | 130 | 126 | 53 | 547 | 117 | 40 |
| Binary | 10010001 | 10001 | 10100 | 0 | 1011000 | 1010110 | 101011 | 101100111 | 1001111 | 100000 |
Color Harmonies of #911114
Complementary color
Monochromatic Colors of #911114
Black with #911114
Text Example
Text Example
White with #911114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911114; }
p { color: rgb(145,17,20); }
H1.HeaderClassName
{
color: #911114;
}
.AnyTagClassName
{
color: #911114;
}
</style>
background-color css
<style>
a { background-color: #911114; }
a { background-color: rgb(145,17,20); }
div.DivClassName
{
background-color: #911114;
}
.BgClassName
{
background-color: #911114;
}
</style>
border-color css
<style>
span { border-color: #911114; }
span { border-color: rgb(145,17,20); }
td.TdClassName
{
border-color: #911114;
}
.TagClassName
{
border-color: #911114;
}
</style>