Shades of Sangria #99090E
Tints of Sangria #99090E
RGB
CMYK
RGB Variations
Color information
#99090E (or 0x99090E) is known color: Sangria. HEX triplet: 99, 09 and 0E. RGB value is (153,9,14). Sum of RGB (Red+Green+Blue) = 153+9+14=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #99090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99090E is #66F6F1. Grayscale: #343434. Windows color (decimal): -6747890 or 919961. OLE color: 919961.
HSL color Cylindrical-coordinate representation of color #99090E: hue angle of 357.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99090E is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 14 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.4 |
| HSL | 357.92º | 0.89% | 0.32% | - |
| HSV(B) | 357.92º | 0.94% | 0.6% | - |
| XYZ | 13.31 | 7 | 1.06 | - |
| YUV | 52.63 | 106.21 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 14 | 0 | 0.94 | 0.91 | 0.4 | 357.92 | 0.89 | 0.32 |
| Hex | 99 | 9 | E | 0 | 5E | 5B | 28 | 166 | 59 | 20 |
| Octal | 231 | 11 | 16 | 0 | 136 | 133 | 50 | 546 | 131 | 40 |
| Binary | 10011001 | 1001 | 1110 | 0 | 1011110 | 1011011 | 101000 | 101100110 | 1011001 | 100000 |
Color Harmonies of #99090E
Complementary color
Monochromatic Colors of #99090E
Black with #99090E
Text Example
Text Example
White with #99090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99090E; }
p { color: rgb(153,9,14); }
H1.HeaderClassName
{
color: #99090E;
}
.AnyTagClassName
{
color: #99090E;
}
</style>
background-color css
<style>
a { background-color: #99090E; }
a { background-color: rgb(153,9,14); }
div.DivClassName
{
background-color: #99090E;
}
.BgClassName
{
background-color: #99090E;
}
</style>
border-color css
<style>
span { border-color: #99090E; }
span { border-color: rgb(153,9,14); }
td.TdClassName
{
border-color: #99090E;
}
.TagClassName
{
border-color: #99090E;
}
</style>