Shades of Sangria #9C0204
Tints of Sangria #9C0204
RGB
CMYK
RGB Variations
Color information
#9C0204 (or 0x9C0204) is known color: Sangria. HEX triplet: 9C, 02 and 04. RGB value is (156,2,4). Sum of RGB (Red+Green+Blue) = 156+2+4=162 (21% of max value = 765). Red value is 156 (61.33% from 255 or 96.30% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0204 is #63FDFB. Grayscale: #303030. Windows color (decimal): -6553084 or 262812. OLE color: 262812.
HSL color Cylindrical-coordinate representation of color #9C0204: hue angle of 359.22º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0204 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.39 |
| HSL | 359.22º | 0.97% | 0.31% | - |
| HSV(B) | 359.22º | 0.99% | 0.61% | - |
| XYZ | 13.75 | 7.12 | 0.76 | - |
| YUV | 48.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 4 | 0 | 0.99 | 0.97 | 0.39 | 359.22 | 0.97 | 0.31 |
| Hex | 9C | 2 | 4 | 0 | 63 | 61 | 27 | 167 | 61 | 1F |
| Octal | 234 | 2 | 4 | 0 | 143 | 141 | 47 | 547 | 141 | 37 |
| Binary | 10011100 | 10 | 100 | 0 | 1100011 | 1100001 | 100111 | 101100111 | 1100001 | 11111 |
Color Harmonies of #9C0204
Complementary color
Monochromatic Colors of #9C0204
Black with #9C0204
Text Example
Text Example
White with #9C0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0204; }
p { color: rgb(156,2,4); }
H1.HeaderClassName
{
color: #9C0204;
}
.AnyTagClassName
{
color: #9C0204;
}
</style>
background-color css
<style>
a { background-color: #9C0204; }
a { background-color: rgb(156,2,4); }
div.DivClassName
{
background-color: #9C0204;
}
.BgClassName
{
background-color: #9C0204;
}
</style>
border-color css
<style>
span { border-color: #9C0204; }
span { border-color: rgb(156,2,4); }
td.TdClassName
{
border-color: #9C0204;
}
.TagClassName
{
border-color: #9C0204;
}
</style>