Shades of Sangria #911011
Tints of Sangria #911011
RGB
CMYK
RGB Variations
Color information
#911011 (or 0x911011) is known color: Sangria. HEX triplet: 91, 10 and 11. RGB value is (145,16,17). Sum of RGB (Red+Green+Blue) = 145+16+17=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #911011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911011 is #6EEFEE. Grayscale: #363636. Windows color (decimal): -7270383 or 1118353. OLE color: 1118353.
HSL color Cylindrical-coordinate representation of color #911011: hue angle of 359.53º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911011 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 17 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.43 |
| HSL | 359.53º | 0.8% | 0.32% | - |
| HSV(B) | 359.53º | 0.89% | 0.57% | - |
| XYZ | 11.96 | 6.43 | 1.14 | - |
| YUV | 54.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 17 | 0 | 0.89 | 0.88 | 0.43 | 359.53 | 0.8 | 0.32 |
| Hex | 91 | 10 | 11 | 0 | 59 | 58 | 2B | 168 | 50 | 20 |
| Octal | 221 | 20 | 21 | 0 | 131 | 130 | 53 | 550 | 120 | 40 |
| Binary | 10010001 | 10000 | 10001 | 0 | 1011001 | 1011000 | 101011 | 101101000 | 1010000 | 100000 |
Color Harmonies of #911011
Complementary color
Monochromatic Colors of #911011
Black with #911011
Text Example
Text Example
White with #911011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911011; }
p { color: rgb(145,16,17); }
H1.HeaderClassName
{
color: #911011;
}
.AnyTagClassName
{
color: #911011;
}
</style>
background-color css
<style>
a { background-color: #911011; }
a { background-color: rgb(145,16,17); }
div.DivClassName
{
background-color: #911011;
}
.BgClassName
{
background-color: #911011;
}
</style>
border-color css
<style>
span { border-color: #911011; }
span { border-color: rgb(145,16,17); }
td.TdClassName
{
border-color: #911011;
}
.TagClassName
{
border-color: #911011;
}
</style>