Shades of Sangria #9D070D
Tints of Sangria #9D070D
RGB
CMYK
RGB Variations
Color information
#9D070D (or 0x9D070D) is known color: Sangria. HEX triplet: 9D, 07 and 0D. RGB value is (157,7,13). Sum of RGB (Red+Green+Blue) = 157+7+13=177 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.70% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 157 - color contains mainly: red. Hex color #9D070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D070D is #62F8F2. Grayscale: #343434. Windows color (decimal): -6486259 or 853917. OLE color: 853917.
HSL color Cylindrical-coordinate representation of color #9D070D: hue angle of 357.6º 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 #9D070D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.38 |
| HSL | 357.6º | 0.91% | 0.32% | - |
| HSV(B) | 357.6º | 0.96% | 0.62% | - |
| XYZ | 14.05 | 7.35 | 1.06 | - |
| YUV | 52.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 13 | 0 | 0.96 | 0.92 | 0.38 | 357.6 | 0.91 | 0.32 |
| Hex | 9D | 7 | D | 0 | 60 | 5C | 26 | 166 | 5B | 20 |
| Octal | 235 | 7 | 15 | 0 | 140 | 134 | 46 | 546 | 133 | 40 |
| Binary | 10011101 | 111 | 1101 | 0 | 1100000 | 1011100 | 100110 | 101100110 | 1011011 | 100000 |
Color Harmonies of #9D070D
Complementary color
Monochromatic Colors of #9D070D
Black with #9D070D
Text Example
Text Example
White with #9D070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D070D; }
p { color: rgb(157,7,13); }
H1.HeaderClassName
{
color: #9D070D;
}
.AnyTagClassName
{
color: #9D070D;
}
</style>
background-color css
<style>
a { background-color: #9D070D; }
a { background-color: rgb(157,7,13); }
div.DivClassName
{
background-color: #9D070D;
}
.BgClassName
{
background-color: #9D070D;
}
</style>
border-color css
<style>
span { border-color: #9D070D; }
span { border-color: rgb(157,7,13); }
td.TdClassName
{
border-color: #9D070D;
}
.TagClassName
{
border-color: #9D070D;
}
</style>