Shades of Sangria #9D050E
Tints of Sangria #9D050E
RGB
CMYK
RGB Variations
Color information
#9D050E (or 0x9D050E) is known color: Sangria. HEX triplet: 9D, 05 and 0E. RGB value is (157,5,14). Sum of RGB (Red+Green+Blue) = 157+5+14=176 (23% of max value = 765). Red value is 157 (61.72% from 255 or 89.20% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 157 - color contains mainly: red. Hex color #9D050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D050E is #62FAF1. Grayscale: #333333. Windows color (decimal): -6486770 or 918941. OLE color: 918941.
HSL color Cylindrical-coordinate representation of color #9D050E: hue angle of 356.45º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D050E is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 5 | 14 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.38 |
| HSL | 356.45º | 0.94% | 0.32% | - |
| HSV(B) | 356.45º | 0.97% | 0.62% | - |
| XYZ | 14.04 | 7.31 | 1.09 | - |
| YUV | 51.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 5 | 14 | 0 | 0.97 | 0.91 | 0.38 | 356.45 | 0.94 | 0.32 |
| Hex | 9D | 5 | E | 0 | 61 | 5B | 26 | 164 | 5E | 20 |
| Octal | 235 | 5 | 16 | 0 | 141 | 133 | 46 | 544 | 136 | 40 |
| Binary | 10011101 | 101 | 1110 | 0 | 1100001 | 1011011 | 100110 | 101100100 | 1011110 | 100000 |
Color Harmonies of #9D050E
Complementary color
Monochromatic Colors of #9D050E
Black with #9D050E
Text Example
Text Example
White with #9D050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D050E; }
p { color: rgb(157,5,14); }
H1.HeaderClassName
{
color: #9D050E;
}
.AnyTagClassName
{
color: #9D050E;
}
</style>
background-color css
<style>
a { background-color: #9D050E; }
a { background-color: rgb(157,5,14); }
div.DivClassName
{
background-color: #9D050E;
}
.BgClassName
{
background-color: #9D050E;
}
</style>
border-color css
<style>
span { border-color: #9D050E; }
span { border-color: rgb(157,5,14); }
td.TdClassName
{
border-color: #9D050E;
}
.TagClassName
{
border-color: #9D050E;
}
</style>