Shades of Sangria #9D0709
Tints of Sangria #9D0709
RGB
CMYK
RGB Variations
Color information
#9D0709 (or 0x9D0709) is known color: Sangria. HEX triplet: 9D, 07 and 09. RGB value is (157,7,9). Sum of RGB (Red+Green+Blue) = 157+7+9=173 (22% of max value = 765). Red value is 157 (61.72% from 255 or 90.75% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0709 is #62F8F6. Grayscale: #343434. Windows color (decimal): -6486263 or 591773. OLE color: 591773.
HSL color Cylindrical-coordinate representation of color #9D0709: hue angle of 359.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D0709 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 9 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.38 |
| HSL | 359.2º | 0.91% | 0.32% | - |
| HSV(B) | 359.2º | 0.96% | 0.62% | - |
| XYZ | 14.03 | 7.34 | 0.94 | - |
| YUV | 52.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 9 | 0 | 0.96 | 0.94 | 0.38 | 359.2 | 0.91 | 0.32 |
| Hex | 9D | 7 | 9 | 0 | 60 | 5E | 26 | 167 | 5B | 20 |
| Octal | 235 | 7 | 11 | 0 | 140 | 136 | 46 | 547 | 133 | 40 |
| Binary | 10011101 | 111 | 1001 | 0 | 1100000 | 1011110 | 100110 | 101100111 | 1011011 | 100000 |
Color Harmonies of #9D0709
Complementary color
Monochromatic Colors of #9D0709
Black with #9D0709
Text Example
Text Example
White with #9D0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0709; }
p { color: rgb(157,7,9); }
H1.HeaderClassName
{
color: #9D0709;
}
.AnyTagClassName
{
color: #9D0709;
}
</style>
background-color css
<style>
a { background-color: #9D0709; }
a { background-color: rgb(157,7,9); }
div.DivClassName
{
background-color: #9D0709;
}
.BgClassName
{
background-color: #9D0709;
}
</style>
border-color css
<style>
span { border-color: #9D0709; }
span { border-color: rgb(157,7,9); }
td.TdClassName
{
border-color: #9D0709;
}
.TagClassName
{
border-color: #9D0709;
}
</style>