Shades of Sangria #990E0F
Tints of Sangria #990E0F
RGB
CMYK
RGB Variations
Color information
#990E0F (or 0x990E0F) is known color: Sangria. HEX triplet: 99, 0E and 0F. RGB value is (153,14,15). Sum of RGB (Red+Green+Blue) = 153+14+15=182 (24% of max value = 765). Red value is 153 (60.16% from 255 or 84.07% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 153 - color contains mainly: red. Hex color #990E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990E0F is #66F1F0. Grayscale: #373737. Windows color (decimal): -6746609 or 986777. OLE color: 986777.
HSL color Cylindrical-coordinate representation of color #990E0F: hue angle of 359.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E0F is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 15 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.4 |
| HSL | 359.57º | 0.83% | 0.33% | - |
| HSV(B) | 359.57º | 0.91% | 0.6% | - |
| XYZ | 13.38 | 7.12 | 1.12 | - |
| YUV | 55.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 15 | 0 | 0.91 | 0.90 | 0.4 | 359.57 | 0.83 | 0.33 |
| Hex | 99 | E | F | 0 | 5B | 5A | 28 | 168 | 53 | 21 |
| Octal | 231 | 16 | 17 | 0 | 133 | 132 | 50 | 550 | 123 | 41 |
| Binary | 10011001 | 1110 | 1111 | 0 | 1011011 | 1011010 | 101000 | 101101000 | 1010011 | 100001 |
Color Harmonies of #990E0F
Complementary color
Monochromatic Colors of #990E0F
Black with #990E0F
Text Example
Text Example
White with #990E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E0F; }
p { color: rgb(153,14,15); }
H1.HeaderClassName
{
color: #990E0F;
}
.AnyTagClassName
{
color: #990E0F;
}
</style>
background-color css
<style>
a { background-color: #990E0F; }
a { background-color: rgb(153,14,15); }
div.DivClassName
{
background-color: #990E0F;
}
.BgClassName
{
background-color: #990E0F;
}
</style>
border-color css
<style>
span { border-color: #990E0F; }
span { border-color: rgb(153,14,15); }
td.TdClassName
{
border-color: #990E0F;
}
.TagClassName
{
border-color: #990E0F;
}
</style>