Shades of Sangria #9C0D10
Tints of Sangria #9C0D10
RGB
CMYK
RGB Variations
Color information
#9C0D10 (or 0x9C0D10) is known color: Sangria. HEX triplet: 9C, 0D and 10. RGB value is (156,13,16). Sum of RGB (Red+Green+Blue) = 156+13+16=185 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.32% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0D10 is #63F2EF. Grayscale: #383838. Windows color (decimal): -6550256 or 1052060. OLE color: 1052060.
HSL color Cylindrical-coordinate representation of color #9C0D10: hue angle of 358.74º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 16 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.39 |
| HSL | 358.74º | 0.85% | 0.33% | - |
| HSV(B) | 358.74º | 0.92% | 0.61% | - |
| XYZ | 13.95 | 7.39 | 1.18 | - |
| YUV | 56.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 16 | 0 | 0.92 | 0.90 | 0.39 | 358.74 | 0.85 | 0.33 |
| Hex | 9C | D | 10 | 0 | 5C | 5A | 27 | 167 | 55 | 21 |
| Octal | 234 | 15 | 20 | 0 | 134 | 132 | 47 | 547 | 125 | 41 |
| Binary | 10011100 | 1101 | 10000 | 0 | 1011100 | 1011010 | 100111 | 101100111 | 1010101 | 100001 |
Color Harmonies of #9C0D10
Complementary color
Monochromatic Colors of #9C0D10
Black with #9C0D10
Text Example
Text Example
White with #9C0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D10; }
p { color: rgb(156,13,16); }
H1.HeaderClassName
{
color: #9C0D10;
}
.AnyTagClassName
{
color: #9C0D10;
}
</style>
background-color css
<style>
a { background-color: #9C0D10; }
a { background-color: rgb(156,13,16); }
div.DivClassName
{
background-color: #9C0D10;
}
.BgClassName
{
background-color: #9C0D10;
}
</style>
border-color css
<style>
span { border-color: #9C0D10; }
span { border-color: rgb(156,13,16); }
td.TdClassName
{
border-color: #9C0D10;
}
.TagClassName
{
border-color: #9C0D10;
}
</style>