Shades of Sangria #99090F
Tints of Sangria #99090F
RGB
CMYK
RGB Variations
Color information
#99090F (or 0x99090F) is known color: Sangria. HEX triplet: 99, 09 and 0F. RGB value is (153,9,15). Sum of RGB (Red+Green+Blue) = 153+9+15=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #99090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99090F is #66F6F0. Grayscale: #343434. Windows color (decimal): -6747889 or 985497. OLE color: 985497.
HSL color Cylindrical-coordinate representation of color #99090F: hue angle of 357.5º 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 #99090F is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 15 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.4 |
| HSL | 357.5º | 0.89% | 0.32% | - |
| HSV(B) | 357.5º | 0.94% | 0.6% | - |
| XYZ | 13.32 | 7 | 1.1 | - |
| YUV | 52.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 15 | 0 | 0.94 | 0.90 | 0.4 | 357.5 | 0.89 | 0.32 |
| Hex | 99 | 9 | F | 0 | 5E | 5A | 28 | 166 | 59 | 20 |
| Octal | 231 | 11 | 17 | 0 | 136 | 132 | 50 | 546 | 131 | 40 |
| Binary | 10011001 | 1001 | 1111 | 0 | 1011110 | 1011010 | 101000 | 101100110 | 1011001 | 100000 |
Color Harmonies of #99090F
Complementary color
Monochromatic Colors of #99090F
Black with #99090F
Text Example
Text Example
White with #99090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99090F; }
p { color: rgb(153,9,15); }
H1.HeaderClassName
{
color: #99090F;
}
.AnyTagClassName
{
color: #99090F;
}
</style>
background-color css
<style>
a { background-color: #99090F; }
a { background-color: rgb(153,9,15); }
div.DivClassName
{
background-color: #99090F;
}
.BgClassName
{
background-color: #99090F;
}
</style>
border-color css
<style>
span { border-color: #99090F; }
span { border-color: rgb(153,9,15); }
td.TdClassName
{
border-color: #99090F;
}
.TagClassName
{
border-color: #99090F;
}
</style>