Shades of Sangria #910111
Tints of Sangria #910111
RGB
CMYK
RGB Variations
Color information
#910111 (or 0x910111) is known color: Sangria. HEX triplet: 91, 01 and 11. RGB value is (145,1,17). Sum of RGB (Red+Green+Blue) = 145+1+17=163 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.96% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 145 - color contains mainly: red. Hex color #910111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910111 is #6EFEEE. Grayscale: #2D2D2D. Windows color (decimal): -7274223 or 1114513. OLE color: 1114513.
HSL color Cylindrical-coordinate representation of color #910111: hue angle of 353.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910111 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.43 |
| HSL | 353.33º | 0.99% | 0.29% | - |
| HSV(B) | 353.33º | 0.99% | 0.57% | - |
| XYZ | 11.79 | 6.08 | 1.08 | - |
| YUV | 45.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 17 | 0 | 0.99 | 0.88 | 0.43 | 353.33 | 0.99 | 0.29 |
| Hex | 91 | 1 | 11 | 0 | 63 | 58 | 2B | 161 | 63 | 1D |
| Octal | 221 | 1 | 21 | 0 | 143 | 130 | 53 | 541 | 143 | 35 |
| Binary | 10010001 | 1 | 10001 | 0 | 1100011 | 1011000 | 101011 | 101100001 | 1100011 | 11101 |
Color Harmonies of #910111
Complementary color
Monochromatic Colors of #910111
Black with #910111
Text Example
Text Example
White with #910111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910111; }
p { color: rgb(145,1,17); }
H1.HeaderClassName
{
color: #910111;
}
.AnyTagClassName
{
color: #910111;
}
</style>
background-color css
<style>
a { background-color: #910111; }
a { background-color: rgb(145,1,17); }
div.DivClassName
{
background-color: #910111;
}
.BgClassName
{
background-color: #910111;
}
</style>
border-color css
<style>
span { border-color: #910111; }
span { border-color: rgb(145,1,17); }
td.TdClassName
{
border-color: #910111;
}
.TagClassName
{
border-color: #910111;
}
</style>