Shades of Sangria #9C030D
Tints of Sangria #9C030D
RGB
CMYK
RGB Variations
Color information
#9C030D (or 0x9C030D) is known color: Sangria. HEX triplet: 9C, 03 and 0D. RGB value is (156,3,13). Sum of RGB (Red+Green+Blue) = 156+3+13=172 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.70% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 156 - color contains mainly: red. Hex color #9C030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C030D is #63FCF2. Grayscale: #323232. Windows color (decimal): -6552819 or 852892. OLE color: 852892.
HSL color Cylindrical-coordinate representation of color #9C030D: hue angle of 356.08º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.39 |
| HSL | 356.08º | 0.96% | 0.31% | - |
| HSV(B) | 356.08º | 0.98% | 0.61% | - |
| XYZ | 13.82 | 7.16 | 1.04 | - |
| YUV | 49.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 13 | 0 | 0.98 | 0.92 | 0.39 | 356.08 | 0.96 | 0.31 |
| Hex | 9C | 3 | D | 0 | 62 | 5C | 27 | 164 | 60 | 1F |
| Octal | 234 | 3 | 15 | 0 | 142 | 134 | 47 | 544 | 140 | 37 |
| Binary | 10011100 | 11 | 1101 | 0 | 1100010 | 1011100 | 100111 | 101100100 | 1100000 | 11111 |
Color Harmonies of #9C030D
Complementary color
Monochromatic Colors of #9C030D
Black with #9C030D
Text Example
Text Example
White with #9C030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C030D; }
p { color: rgb(156,3,13); }
H1.HeaderClassName
{
color: #9C030D;
}
.AnyTagClassName
{
color: #9C030D;
}
</style>
background-color css
<style>
a { background-color: #9C030D; }
a { background-color: rgb(156,3,13); }
div.DivClassName
{
background-color: #9C030D;
}
.BgClassName
{
background-color: #9C030D;
}
</style>
border-color css
<style>
span { border-color: #9C030D; }
span { border-color: rgb(156,3,13); }
td.TdClassName
{
border-color: #9C030D;
}
.TagClassName
{
border-color: #9C030D;
}
</style>