Shades of Sangria #7C0910
Tints of Sangria #7C0910
RGB
CMYK
RGB Variations
Color information
#7C0910 (or 0x7C0910) is known color: Sangria. HEX triplet: 7C, 09 and 10. RGB value is (124,9,16). Sum of RGB (Red+Green+Blue) = 124+9+16=149 (19% of max value = 765). Red value is 124 (48.83% from 255 or 83.22% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0910 is #83F6EF. Grayscale: #2C2C2C. Windows color (decimal): -8648432 or 1051004. OLE color: 1051004.
HSL color Cylindrical-coordinate representation of color #7C0910: hue angle of 356.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0910 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 16 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.51 |
| HSL | 356.35º | 0.86% | 0.26% | - |
| HSV(B) | 356.35º | 0.93% | 0.49% | - |
| XYZ | 8.5 | 4.52 | 0.91 | - |
| YUV | 44.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 16 | 0 | 0.93 | 0.87 | 0.51 | 356.35 | 0.86 | 0.26 |
| Hex | 7C | 9 | 10 | 0 | 5D | 57 | 33 | 164 | 56 | 1A |
| Octal | 174 | 11 | 20 | 0 | 135 | 127 | 63 | 544 | 126 | 32 |
| Binary | 1111100 | 1001 | 10000 | 0 | 1011101 | 1010111 | 110011 | 101100100 | 1010110 | 11010 |
Color Harmonies of #7C0910
Complementary color
Monochromatic Colors of #7C0910
Black with #7C0910
Text Example
Text Example
White with #7C0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0910; }
p { color: rgb(124,9,16); }
H1.HeaderClassName
{
color: #7C0910;
}
.AnyTagClassName
{
color: #7C0910;
}
</style>
background-color css
<style>
a { background-color: #7C0910; }
a { background-color: rgb(124,9,16); }
div.DivClassName
{
background-color: #7C0910;
}
.BgClassName
{
background-color: #7C0910;
}
</style>
border-color css
<style>
span { border-color: #7C0910; }
span { border-color: rgb(124,9,16); }
td.TdClassName
{
border-color: #7C0910;
}
.TagClassName
{
border-color: #7C0910;
}
</style>