Shades of Sangria #99080E
Tints of Sangria #99080E
RGB
CMYK
RGB Variations
Color information
#99080E (or 0x99080E) is known color: Sangria. HEX triplet: 99, 08 and 0E. RGB value is (153,8,14). Sum of RGB (Red+Green+Blue) = 153+8+14=175 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 153 - color contains mainly: red. Hex color #99080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99080E is #66F7F1. Grayscale: #343434. Windows color (decimal): -6748146 or 919705. OLE color: 919705.
HSL color Cylindrical-coordinate representation of color #99080E: hue angle of 357.52º 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 #99080E is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 14 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.4 |
| HSL | 357.52º | 0.9% | 0.32% | - |
| HSV(B) | 357.52º | 0.95% | 0.6% | - |
| XYZ | 13.3 | 6.98 | 1.06 | - |
| YUV | 52.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 14 | 0 | 0.95 | 0.91 | 0.4 | 357.52 | 0.9 | 0.32 |
| Hex | 99 | 8 | E | 0 | 5F | 5B | 28 | 166 | 5A | 20 |
| Octal | 231 | 10 | 16 | 0 | 137 | 133 | 50 | 546 | 132 | 40 |
| Binary | 10011001 | 1000 | 1110 | 0 | 1011111 | 1011011 | 101000 | 101100110 | 1011010 | 100000 |
Color Harmonies of #99080E
Complementary color
Monochromatic Colors of #99080E
Black with #99080E
Text Example
Text Example
White with #99080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99080E; }
p { color: rgb(153,8,14); }
H1.HeaderClassName
{
color: #99080E;
}
.AnyTagClassName
{
color: #99080E;
}
</style>
background-color css
<style>
a { background-color: #99080E; }
a { background-color: rgb(153,8,14); }
div.DivClassName
{
background-color: #99080E;
}
.BgClassName
{
background-color: #99080E;
}
</style>
border-color css
<style>
span { border-color: #99080E; }
span { border-color: rgb(153,8,14); }
td.TdClassName
{
border-color: #99080E;
}
.TagClassName
{
border-color: #99080E;
}
</style>