Shades of Sangria #9C0407
Tints of Sangria #9C0407
RGB
CMYK
RGB Variations
Color information
#9C0407 (or 0x9C0407) is known color: Sangria. HEX triplet: 9C, 04 and 07. RGB value is (156,4,7). Sum of RGB (Red+Green+Blue) = 156+4+7=167 (22% of max value = 765). Red value is 156 (61.33% from 255 or 93.41% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0407 is #63FBF8. Grayscale: #313131. Windows color (decimal): -6552569 or 459932. OLE color: 459932.
HSL color Cylindrical-coordinate representation of color #9C0407: hue angle of 358.82º 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 #9C0407 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 7 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.39 |
| HSL | 358.82º | 0.95% | 0.31% | - |
| HSV(B) | 358.82º | 0.97% | 0.61% | - |
| XYZ | 13.79 | 7.17 | 0.86 | - |
| YUV | 49.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 7 | 0 | 0.97 | 0.96 | 0.39 | 358.82 | 0.95 | 0.31 |
| Hex | 9C | 4 | 7 | 0 | 61 | 60 | 27 | 167 | 5F | 1F |
| Octal | 234 | 4 | 7 | 0 | 141 | 140 | 47 | 547 | 137 | 37 |
| Binary | 10011100 | 100 | 111 | 0 | 1100001 | 1100000 | 100111 | 101100111 | 1011111 | 11111 |
Color Harmonies of #9C0407
Complementary color
Monochromatic Colors of #9C0407
Black with #9C0407
Text Example
Text Example
White with #9C0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0407; }
p { color: rgb(156,4,7); }
H1.HeaderClassName
{
color: #9C0407;
}
.AnyTagClassName
{
color: #9C0407;
}
</style>
background-color css
<style>
a { background-color: #9C0407; }
a { background-color: rgb(156,4,7); }
div.DivClassName
{
background-color: #9C0407;
}
.BgClassName
{
background-color: #9C0407;
}
</style>
border-color css
<style>
span { border-color: #9C0407; }
span { border-color: rgb(156,4,7); }
td.TdClassName
{
border-color: #9C0407;
}
.TagClassName
{
border-color: #9C0407;
}
</style>