Shades of Sangria #990C0F
Tints of Sangria #990C0F
RGB
CMYK
RGB Variations
Color information
#990C0F (or 0x990C0F) is known color: Sangria. HEX triplet: 99, 0C and 0F. RGB value is (153,12,15). Sum of RGB (Red+Green+Blue) = 153+12+15=180 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 153 - color contains mainly: red. Hex color #990C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990C0F is #66F3F0. Grayscale: #363636. Windows color (decimal): -6747121 or 986265. OLE color: 986265.
HSL color Cylindrical-coordinate representation of color #990C0F: hue angle of 358.72º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C0F is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 15 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.4 |
| HSL | 358.72º | 0.85% | 0.32% | - |
| HSV(B) | 358.72º | 0.92% | 0.6% | - |
| XYZ | 13.35 | 7.07 | 1.11 | - |
| YUV | 54.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 15 | 0 | 0.92 | 0.90 | 0.4 | 358.72 | 0.85 | 0.32 |
| Hex | 99 | C | F | 0 | 5C | 5A | 28 | 167 | 55 | 20 |
| Octal | 231 | 14 | 17 | 0 | 134 | 132 | 50 | 547 | 125 | 40 |
| Binary | 10011001 | 1100 | 1111 | 0 | 1011100 | 1011010 | 101000 | 101100111 | 1010101 | 100000 |
Color Harmonies of #990C0F
Complementary color
Monochromatic Colors of #990C0F
Black with #990C0F
Text Example
Text Example
White with #990C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C0F; }
p { color: rgb(153,12,15); }
H1.HeaderClassName
{
color: #990C0F;
}
.AnyTagClassName
{
color: #990C0F;
}
</style>
background-color css
<style>
a { background-color: #990C0F; }
a { background-color: rgb(153,12,15); }
div.DivClassName
{
background-color: #990C0F;
}
.BgClassName
{
background-color: #990C0F;
}
</style>
border-color css
<style>
span { border-color: #990C0F; }
span { border-color: rgb(153,12,15); }
td.TdClassName
{
border-color: #990C0F;
}
.TagClassName
{
border-color: #990C0F;
}
</style>