Shades of Sangria #9C070C
Tints of Sangria #9C070C
RGB
CMYK
RGB Variations
Color information
#9C070C (or 0x9C070C) is known color: Sangria. HEX triplet: 9C, 07 and 0C. RGB value is (156,7,12). Sum of RGB (Red+Green+Blue) = 156+7+12=175 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.14% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 156 - color contains mainly: red. Hex color #9C070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C070C is #63F8F3. Grayscale: #343434. Windows color (decimal): -6551796 or 788380. OLE color: 788380.
HSL color Cylindrical-coordinate representation of color #9C070C: hue angle of 357.99º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C070C is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.39 |
| HSL | 357.99º | 0.91% | 0.32% | - |
| HSV(B) | 357.99º | 0.96% | 0.61% | - |
| XYZ | 13.85 | 7.25 | 1.02 | - |
| YUV | 52.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 12 | 0 | 0.96 | 0.92 | 0.39 | 357.99 | 0.91 | 0.32 |
| Hex | 9C | 7 | C | 0 | 60 | 5C | 27 | 166 | 5B | 20 |
| Octal | 234 | 7 | 14 | 0 | 140 | 134 | 47 | 546 | 133 | 40 |
| Binary | 10011100 | 111 | 1100 | 0 | 1100000 | 1011100 | 100111 | 101100110 | 1011011 | 100000 |
Color Harmonies of #9C070C
Complementary color
Monochromatic Colors of #9C070C
Black with #9C070C
Text Example
Text Example
White with #9C070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C070C; }
p { color: rgb(156,7,12); }
H1.HeaderClassName
{
color: #9C070C;
}
.AnyTagClassName
{
color: #9C070C;
}
</style>
background-color css
<style>
a { background-color: #9C070C; }
a { background-color: rgb(156,7,12); }
div.DivClassName
{
background-color: #9C070C;
}
.BgClassName
{
background-color: #9C070C;
}
</style>
border-color css
<style>
span { border-color: #9C070C; }
span { border-color: rgb(156,7,12); }
td.TdClassName
{
border-color: #9C070C;
}
.TagClassName
{
border-color: #9C070C;
}
</style>