Shades of Sangria #9C040D
Tints of Sangria #9C040D
RGB
CMYK
RGB Variations
Color information
#9C040D (or 0x9C040D) is known color: Sangria. HEX triplet: 9C, 04 and 0D. RGB value is (156,4,13). Sum of RGB (Red+Green+Blue) = 156+4+13=173 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.17% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 156 - color contains mainly: red. Hex color #9C040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C040D is #63FBF2. Grayscale: #323232. Windows color (decimal): -6552563 or 853148. OLE color: 853148.
HSL color Cylindrical-coordinate representation of color #9C040D: hue angle of 356.45º 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 #9C040D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.39 |
| HSL | 356.45º | 0.95% | 0.31% | - |
| HSV(B) | 356.45º | 0.97% | 0.61% | - |
| XYZ | 13.83 | 7.18 | 1.04 | - |
| YUV | 50.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 13 | 0 | 0.97 | 0.92 | 0.39 | 356.45 | 0.95 | 0.31 |
| Hex | 9C | 4 | D | 0 | 61 | 5C | 27 | 164 | 5F | 1F |
| Octal | 234 | 4 | 15 | 0 | 141 | 134 | 47 | 544 | 137 | 37 |
| Binary | 10011100 | 100 | 1101 | 0 | 1100001 | 1011100 | 100111 | 101100100 | 1011111 | 11111 |
Color Harmonies of #9C040D
Complementary color
Monochromatic Colors of #9C040D
Black with #9C040D
Text Example
Text Example
White with #9C040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C040D; }
p { color: rgb(156,4,13); }
H1.HeaderClassName
{
color: #9C040D;
}
.AnyTagClassName
{
color: #9C040D;
}
</style>
background-color css
<style>
a { background-color: #9C040D; }
a { background-color: rgb(156,4,13); }
div.DivClassName
{
background-color: #9C040D;
}
.BgClassName
{
background-color: #9C040D;
}
</style>
border-color css
<style>
span { border-color: #9C040D; }
span { border-color: rgb(156,4,13); }
td.TdClassName
{
border-color: #9C040D;
}
.TagClassName
{
border-color: #9C040D;
}
</style>