Shades of Sangria #7C020A
Tints of Sangria #7C020A
RGB
CMYK
RGB Variations
Color information
#7C020A (or 0x7C020A) is known color: Sangria. HEX triplet: 7C, 02 and 0A. RGB value is (124,2,10). Sum of RGB (Red+Green+Blue) = 124+2+10=136 (18% of max value = 765). Red value is 124 (48.83% from 255 or 91.18% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 124 - color contains mainly: red. Hex color #7C020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C020A is #83FDF5. Grayscale: #272727. Windows color (decimal): -8650230 or 655996. OLE color: 655996.
HSL color Cylindrical-coordinate representation of color #7C020A: hue angle of 356.07º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C020A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 10 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.51 |
| HSL | 356.07º | 0.97% | 0.25% | - |
| HSV(B) | 356.07º | 0.98% | 0.49% | - |
| XYZ | 8.39 | 4.35 | 0.68 | - |
| YUV | 39.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 10 | 0 | 0.98 | 0.92 | 0.51 | 356.07 | 0.97 | 0.25 |
| Hex | 7C | 2 | A | 0 | 62 | 5C | 33 | 164 | 61 | 19 |
| Octal | 174 | 2 | 12 | 0 | 142 | 134 | 63 | 544 | 141 | 31 |
| Binary | 1111100 | 10 | 1010 | 0 | 1100010 | 1011100 | 110011 | 101100100 | 1100001 | 11001 |
Color Harmonies of #7C020A
Complementary color
Monochromatic Colors of #7C020A
Black with #7C020A
Text Example
Text Example
White with #7C020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C020A; }
p { color: rgb(124,2,10); }
H1.HeaderClassName
{
color: #7C020A;
}
.AnyTagClassName
{
color: #7C020A;
}
</style>
background-color css
<style>
a { background-color: #7C020A; }
a { background-color: rgb(124,2,10); }
div.DivClassName
{
background-color: #7C020A;
}
.BgClassName
{
background-color: #7C020A;
}
</style>
border-color css
<style>
span { border-color: #7C020A; }
span { border-color: rgb(124,2,10); }
td.TdClassName
{
border-color: #7C020A;
}
.TagClassName
{
border-color: #7C020A;
}
</style>