Shades of Sangria #910011
Tints of Sangria #910011
RGB
CMYK
RGB Variations
Color information
#910011 (or 0x910011) is known color: Sangria. HEX triplet: 91, 00 and 11. RGB value is (145,0,17). Sum of RGB (Red+Green+Blue) = 145+0+17=162 (21% of max value = 765). Red value is 145 (57.03% from 255 or 89.51% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 145 - color contains mainly: red. Hex color #910011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910011 is #6EFFEE. Grayscale: #2D2D2D. Windows color (decimal): -7274479 or 1114257. OLE color: 1114257.
HSL color Cylindrical-coordinate representation of color #910011: hue angle of 352.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910011 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.88 | 0.43 |
| HSL | 352.97º | 1% | 0.28% | - |
| HSV(B) | 352.97º | 1% | 0.57% | - |
| XYZ | 11.78 | 6.06 | 1.08 | - |
| YUV | 45.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 17 | 0 | 1 | 0.88 | 0.43 | 352.97 | 1 | 0.28 |
| Hex | 91 | 0 | 11 | 0 | 64 | 58 | 2B | 161 | 64 | 1C |
| Octal | 221 | 0 | 21 | 0 | 144 | 130 | 53 | 541 | 144 | 34 |
| Binary | 10010001 | 0 | 10001 | 0 | 1100100 | 1011000 | 101011 | 101100001 | 1100100 | 11100 |
Color Harmonies of #910011
Complementary color
Monochromatic Colors of #910011
Black with #910011
Text Example
Text Example
White with #910011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910011; }
p { color: rgb(145,0,17); }
H1.HeaderClassName
{
color: #910011;
}
.AnyTagClassName
{
color: #910011;
}
</style>
background-color css
<style>
a { background-color: #910011; }
a { background-color: rgb(145,0,17); }
div.DivClassName
{
background-color: #910011;
}
.BgClassName
{
background-color: #910011;
}
</style>
border-color css
<style>
span { border-color: #910011; }
span { border-color: rgb(145,0,17); }
td.TdClassName
{
border-color: #910011;
}
.TagClassName
{
border-color: #910011;
}
</style>