Shades of Sangria #99090D
Tints of Sangria #99090D
RGB
CMYK
RGB Variations
Color information
#99090D (or 0x99090D) is known color: Sangria. HEX triplet: 99, 09 and 0D. RGB value is (153,9,13). Sum of RGB (Red+Green+Blue) = 153+9+13=175 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 153 - color contains mainly: red. Hex color #99090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99090D is #66F6F2. Grayscale: #343434. Windows color (decimal): -6747891 or 854425. OLE color: 854425.
HSL color Cylindrical-coordinate representation of color #99090D: hue angle of 358.33º 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 #99090D is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 13 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.4 |
| HSL | 358.33º | 0.89% | 0.32% | - |
| HSV(B) | 358.33º | 0.94% | 0.6% | - |
| XYZ | 13.31 | 7 | 1.03 | - |
| YUV | 52.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 13 | 0 | 0.94 | 0.92 | 0.4 | 358.33 | 0.89 | 0.32 |
| Hex | 99 | 9 | D | 0 | 5E | 5C | 28 | 166 | 59 | 20 |
| Octal | 231 | 11 | 15 | 0 | 136 | 134 | 50 | 546 | 131 | 40 |
| Binary | 10011001 | 1001 | 1101 | 0 | 1011110 | 1011100 | 101000 | 101100110 | 1011001 | 100000 |
Color Harmonies of #99090D
Complementary color
Monochromatic Colors of #99090D
Black with #99090D
Text Example
Text Example
White with #99090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99090D; }
p { color: rgb(153,9,13); }
H1.HeaderClassName
{
color: #99090D;
}
.AnyTagClassName
{
color: #99090D;
}
</style>
background-color css
<style>
a { background-color: #99090D; }
a { background-color: rgb(153,9,13); }
div.DivClassName
{
background-color: #99090D;
}
.BgClassName
{
background-color: #99090D;
}
</style>
border-color css
<style>
span { border-color: #99090D; }
span { border-color: rgb(153,9,13); }
td.TdClassName
{
border-color: #99090D;
}
.TagClassName
{
border-color: #99090D;
}
</style>