Shades of Sangria #9D0510
Tints of Sangria #9D0510
RGB
CMYK
RGB Variations
Color information
#9D0510 (or 0x9D0510) is known color: Sangria. HEX triplet: 9D, 05 and 10. RGB value is (157,5,16). Sum of RGB (Red+Green+Blue) = 157+5+16=178 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.20% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0510 is #62FAEF. Grayscale: #333333. Windows color (decimal): -6486768 or 1050013. OLE color: 1050013.
HSL color Cylindrical-coordinate representation of color #9D0510: hue angle of 355.66º 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 #9D0510 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 5 | 16 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.38 |
| HSL | 355.66º | 0.94% | 0.32% | - |
| HSV(B) | 355.66º | 0.97% | 0.62% | - |
| XYZ | 14.05 | 7.31 | 1.16 | - |
| YUV | 51.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 5 | 16 | 0 | 0.97 | 0.90 | 0.38 | 355.66 | 0.94 | 0.32 |
| Hex | 9D | 5 | 10 | 0 | 61 | 5A | 26 | 164 | 5E | 20 |
| Octal | 235 | 5 | 20 | 0 | 141 | 132 | 46 | 544 | 136 | 40 |
| Binary | 10011101 | 101 | 10000 | 0 | 1100001 | 1011010 | 100110 | 101100100 | 1011110 | 100000 |
Color Harmonies of #9D0510
Complementary color
Monochromatic Colors of #9D0510
Black with #9D0510
Text Example
Text Example
White with #9D0510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0510; }
p { color: rgb(157,5,16); }
H1.HeaderClassName
{
color: #9D0510;
}
.AnyTagClassName
{
color: #9D0510;
}
</style>
background-color css
<style>
a { background-color: #9D0510; }
a { background-color: rgb(157,5,16); }
div.DivClassName
{
background-color: #9D0510;
}
.BgClassName
{
background-color: #9D0510;
}
</style>
border-color css
<style>
span { border-color: #9D0510; }
span { border-color: rgb(157,5,16); }
td.TdClassName
{
border-color: #9D0510;
}
.TagClassName
{
border-color: #9D0510;
}
</style>