Shades of Sangria #9C050C
Tints of Sangria #9C050C
RGB
CMYK
RGB Variations
Color information
#9C050C (or 0x9C050C) is known color: Sangria. HEX triplet: 9C, 05 and 0C. RGB value is (156,5,12). Sum of RGB (Red+Green+Blue) = 156+5+12=173 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.17% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 156 - color contains mainly: red. Hex color #9C050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C050C is #63FAF3. Grayscale: #333333. Windows color (decimal): -6552308 or 787868. OLE color: 787868.
HSL color Cylindrical-coordinate representation of color #9C050C: hue angle of 357.22º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C050C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.39 |
| HSL | 357.22º | 0.94% | 0.32% | - |
| HSV(B) | 357.22º | 0.97% | 0.61% | - |
| XYZ | 13.83 | 7.2 | 1.01 | - |
| YUV | 50.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 12 | 0 | 0.97 | 0.92 | 0.39 | 357.22 | 0.94 | 0.32 |
| Hex | 9C | 5 | C | 0 | 61 | 5C | 27 | 165 | 5E | 20 |
| Octal | 234 | 5 | 14 | 0 | 141 | 134 | 47 | 545 | 136 | 40 |
| Binary | 10011100 | 101 | 1100 | 0 | 1100001 | 1011100 | 100111 | 101100101 | 1011110 | 100000 |
Color Harmonies of #9C050C
Complementary color
Monochromatic Colors of #9C050C
Black with #9C050C
Text Example
Text Example
White with #9C050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C050C; }
p { color: rgb(156,5,12); }
H1.HeaderClassName
{
color: #9C050C;
}
.AnyTagClassName
{
color: #9C050C;
}
</style>
background-color css
<style>
a { background-color: #9C050C; }
a { background-color: rgb(156,5,12); }
div.DivClassName
{
background-color: #9C050C;
}
.BgClassName
{
background-color: #9C050C;
}
</style>
border-color css
<style>
span { border-color: #9C050C; }
span { border-color: rgb(156,5,12); }
td.TdClassName
{
border-color: #9C050C;
}
.TagClassName
{
border-color: #9C050C;
}
</style>