Shades of Sangria #990711
Tints of Sangria #990711
RGB
CMYK
RGB Variations
Color information
#990711 (or 0x990711) is known color: Sangria. HEX triplet: 99, 07 and 11. RGB value is (153,7,17). Sum of RGB (Red+Green+Blue) = 153+7+17=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #990711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990711 is #66F8EE. Grayscale: #333333. Windows color (decimal): -6748399 or 1116057. OLE color: 1116057.
HSL color Cylindrical-coordinate representation of color #990711: hue angle of 355.89º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990711 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 17 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.4 |
| HSL | 355.89º | 0.91% | 0.31% | - |
| HSV(B) | 355.89º | 0.95% | 0.6% | - |
| XYZ | 13.31 | 6.96 | 1.17 | - |
| YUV | 51.79 | 108.37 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 17 | 0 | 0.95 | 0.89 | 0.4 | 355.89 | 0.91 | 0.31 |
| Hex | 99 | 7 | 11 | 0 | 5F | 59 | 28 | 164 | 5B | 1F |
| Octal | 231 | 7 | 21 | 0 | 137 | 131 | 50 | 544 | 133 | 37 |
| Binary | 10011001 | 111 | 10001 | 0 | 1011111 | 1011001 | 101000 | 101100100 | 1011011 | 11111 |
Color Harmonies of #990711
Complementary color
Monochromatic Colors of #990711
Black with #990711
Text Example
Text Example
White with #990711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990711; }
p { color: rgb(153,7,17); }
H1.HeaderClassName
{
color: #990711;
}
.AnyTagClassName
{
color: #990711;
}
</style>
background-color css
<style>
a { background-color: #990711; }
a { background-color: rgb(153,7,17); }
div.DivClassName
{
background-color: #990711;
}
.BgClassName
{
background-color: #990711;
}
</style>
border-color css
<style>
span { border-color: #990711; }
span { border-color: rgb(153,7,17); }
td.TdClassName
{
border-color: #990711;
}
.TagClassName
{
border-color: #990711;
}
</style>