Shades of Sangria #99020E
Tints of Sangria #99020E
RGB
CMYK
RGB Variations
Color information
#99020E (or 0x99020E) is known color: Sangria. HEX triplet: 99, 02 and 0E. RGB value is (153,2,14). Sum of RGB (Red+Green+Blue) = 153+2+14=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #99020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99020E is #66FDF1. Grayscale: #303030. Windows color (decimal): -6749682 or 918169. OLE color: 918169.
HSL color Cylindrical-coordinate representation of color #99020E: hue angle of 355.23º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99020E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.4 |
| HSL | 355.23º | 0.97% | 0.3% | - |
| HSV(B) | 355.23º | 0.99% | 0.6% | - |
| XYZ | 13.24 | 6.85 | 1.04 | - |
| YUV | 48.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 14 | 0 | 0.99 | 0.91 | 0.4 | 355.23 | 0.97 | 0.3 |
| Hex | 99 | 2 | E | 0 | 63 | 5B | 28 | 163 | 61 | 1E |
| Octal | 231 | 2 | 16 | 0 | 143 | 133 | 50 | 543 | 141 | 36 |
| Binary | 10011001 | 10 | 1110 | 0 | 1100011 | 1011011 | 101000 | 101100011 | 1100001 | 11110 |
Color Harmonies of #99020E
Complementary color
Monochromatic Colors of #99020E
Black with #99020E
Text Example
Text Example
White with #99020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99020E; }
p { color: rgb(153,2,14); }
H1.HeaderClassName
{
color: #99020E;
}
.AnyTagClassName
{
color: #99020E;
}
</style>
background-color css
<style>
a { background-color: #99020E; }
a { background-color: rgb(153,2,14); }
div.DivClassName
{
background-color: #99020E;
}
.BgClassName
{
background-color: #99020E;
}
</style>
border-color css
<style>
span { border-color: #99020E; }
span { border-color: rgb(153,2,14); }
td.TdClassName
{
border-color: #99020E;
}
.TagClassName
{
border-color: #99020E;
}
</style>