Shades of Sangria #9C0410
Tints of Sangria #9C0410
RGB
CMYK
RGB Variations
Color information
#9C0410 (or 0x9C0410) is known color: Sangria. HEX triplet: 9C, 04 and 10. RGB value is (156,4,16). Sum of RGB (Red+Green+Blue) = 156+4+16=176 (23% of max value = 765). Red value is 156 (61.33% from 255 or 88.64% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0410 is #63FBEF. Grayscale: #323232. Windows color (decimal): -6552560 or 1049756. OLE color: 1049756.
HSL color Cylindrical-coordinate representation of color #9C0410: hue angle of 355.26º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0410 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 16 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.39 |
| HSL | 355.26º | 0.95% | 0.31% | - |
| HSV(B) | 355.26º | 0.97% | 0.61% | - |
| XYZ | 13.85 | 7.19 | 1.15 | - |
| YUV | 50.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 16 | 0 | 0.97 | 0.90 | 0.39 | 355.26 | 0.95 | 0.31 |
| Hex | 9C | 4 | 10 | 0 | 61 | 5A | 27 | 163 | 5F | 1F |
| Octal | 234 | 4 | 20 | 0 | 141 | 132 | 47 | 543 | 137 | 37 |
| Binary | 10011100 | 100 | 10000 | 0 | 1100001 | 1011010 | 100111 | 101100011 | 1011111 | 11111 |
Color Harmonies of #9C0410
Complementary color
Monochromatic Colors of #9C0410
Black with #9C0410
Text Example
Text Example
White with #9C0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0410; }
p { color: rgb(156,4,16); }
H1.HeaderClassName
{
color: #9C0410;
}
.AnyTagClassName
{
color: #9C0410;
}
</style>
background-color css
<style>
a { background-color: #9C0410; }
a { background-color: rgb(156,4,16); }
div.DivClassName
{
background-color: #9C0410;
}
.BgClassName
{
background-color: #9C0410;
}
</style>
border-color css
<style>
span { border-color: #9C0410; }
span { border-color: rgb(156,4,16); }
td.TdClassName
{
border-color: #9C0410;
}
.TagClassName
{
border-color: #9C0410;
}
</style>