Shades of Sangria #7C0409
Tints of Sangria #7C0409
RGB
CMYK
RGB Variations
Color information
#7C0409 (or 0x7C0409) is known color: Sangria. HEX triplet: 7C, 04 and 09. RGB value is (124,4,9). Sum of RGB (Red+Green+Blue) = 124+4+9=137 (18% of max value = 765). Red value is 124 (48.83% from 255 or 90.51% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0409 is #83FBF6. Grayscale: #282828. Windows color (decimal): -8649719 or 590972. OLE color: 590972.
HSL color Cylindrical-coordinate representation of color #7C0409: hue angle of 357.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0409 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 9 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.51 |
| HSL | 357.5º | 0.94% | 0.25% | - |
| HSV(B) | 357.5º | 0.97% | 0.49% | - |
| XYZ | 8.4 | 4.39 | 0.66 | - |
| YUV | 40.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 9 | 0 | 0.97 | 0.93 | 0.51 | 357.5 | 0.94 | 0.25 |
| Hex | 7C | 4 | 9 | 0 | 61 | 5D | 33 | 166 | 5E | 19 |
| Octal | 174 | 4 | 11 | 0 | 141 | 135 | 63 | 546 | 136 | 31 |
| Binary | 1111100 | 100 | 1001 | 0 | 1100001 | 1011101 | 110011 | 101100110 | 1011110 | 11001 |
Color Harmonies of #7C0409
Complementary color
Monochromatic Colors of #7C0409
Black with #7C0409
Text Example
Text Example
White with #7C0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0409; }
p { color: rgb(124,4,9); }
H1.HeaderClassName
{
color: #7C0409;
}
.AnyTagClassName
{
color: #7C0409;
}
</style>
background-color css
<style>
a { background-color: #7C0409; }
a { background-color: rgb(124,4,9); }
div.DivClassName
{
background-color: #7C0409;
}
.BgClassName
{
background-color: #7C0409;
}
</style>
border-color css
<style>
span { border-color: #7C0409; }
span { border-color: rgb(124,4,9); }
td.TdClassName
{
border-color: #7C0409;
}
.TagClassName
{
border-color: #7C0409;
}
</style>