Shades of Sangria #910F11
Tints of Sangria #910F11
RGB
CMYK
RGB Variations
Color information
#910F11 (or 0x910F11) is known color: Sangria. HEX triplet: 91, 0F and 11. RGB value is (145,15,17). Sum of RGB (Red+Green+Blue) = 145+15+17=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #910F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F11 is #6EF0EE. Grayscale: #363636. Windows color (decimal): -7270639 or 1118097. OLE color: 1118097.
HSL color Cylindrical-coordinate representation of color #910F11: hue angle of 359.08º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F11 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 17 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.43 |
| HSL | 359.08º | 0.81% | 0.31% | - |
| HSV(B) | 359.08º | 0.9% | 0.57% | - |
| XYZ | 11.95 | 6.4 | 1.14 | - |
| YUV | 54.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 17 | 0 | 0.90 | 0.88 | 0.43 | 359.08 | 0.81 | 0.31 |
| Hex | 91 | F | 11 | 0 | 5A | 58 | 2B | 167 | 51 | 1F |
| Octal | 221 | 17 | 21 | 0 | 132 | 130 | 53 | 547 | 121 | 37 |
| Binary | 10010001 | 1111 | 10001 | 0 | 1011010 | 1011000 | 101011 | 101100111 | 1010001 | 11111 |
Color Harmonies of #910F11
Complementary color
Monochromatic Colors of #910F11
Black with #910F11
Text Example
Text Example
White with #910F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F11; }
p { color: rgb(145,15,17); }
H1.HeaderClassName
{
color: #910F11;
}
.AnyTagClassName
{
color: #910F11;
}
</style>
background-color css
<style>
a { background-color: #910F11; }
a { background-color: rgb(145,15,17); }
div.DivClassName
{
background-color: #910F11;
}
.BgClassName
{
background-color: #910F11;
}
</style>
border-color css
<style>
span { border-color: #910F11; }
span { border-color: rgb(145,15,17); }
td.TdClassName
{
border-color: #910F11;
}
.TagClassName
{
border-color: #910F11;
}
</style>