Shades of Sangria #99080A
Tints of Sangria #99080A
RGB
CMYK
RGB Variations
Color information
#99080A (or 0x99080A) is known color: Sangria. HEX triplet: 99, 08 and 0A. RGB value is (153,8,10). Sum of RGB (Red+Green+Blue) = 153+8+10=171 (22% of max value = 765). Red value is 153 (60.16% from 255 or 89.47% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 153 - color contains mainly: red. Hex color #99080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99080A is #66F7F5. Grayscale: #333333. Windows color (decimal): -6748150 or 657561. OLE color: 657561.
HSL color Cylindrical-coordinate representation of color #99080A: hue angle of 359.17º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99080A is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 10 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.4 |
| HSL | 359.17º | 0.9% | 0.32% | - |
| HSV(B) | 359.17º | 0.95% | 0.6% | - |
| XYZ | 13.28 | 6.97 | 0.93 | - |
| YUV | 51.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 10 | 0 | 0.95 | 0.93 | 0.4 | 359.17 | 0.9 | 0.32 |
| Hex | 99 | 8 | A | 0 | 5F | 5D | 28 | 167 | 5A | 20 |
| Octal | 231 | 10 | 12 | 0 | 137 | 135 | 50 | 547 | 132 | 40 |
| Binary | 10011001 | 1000 | 1010 | 0 | 1011111 | 1011101 | 101000 | 101100111 | 1011010 | 100000 |
Color Harmonies of #99080A
Complementary color
Monochromatic Colors of #99080A
Black with #99080A
Text Example
Text Example
White with #99080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99080A; }
p { color: rgb(153,8,10); }
H1.HeaderClassName
{
color: #99080A;
}
.AnyTagClassName
{
color: #99080A;
}
</style>
background-color css
<style>
a { background-color: #99080A; }
a { background-color: rgb(153,8,10); }
div.DivClassName
{
background-color: #99080A;
}
.BgClassName
{
background-color: #99080A;
}
</style>
border-color css
<style>
span { border-color: #99080A; }
span { border-color: rgb(153,8,10); }
td.TdClassName
{
border-color: #99080A;
}
.TagClassName
{
border-color: #99080A;
}
</style>