Shades of Burgundy #7C0420
Tints of Burgundy #7C0420
RGB
CMYK
RGB Variations
Color information
#7C0420 (or 0x7C0420) is known color: Burgundy. HEX triplet: 7C, 04 and 20. RGB value is (124,4,32). Sum of RGB (Red+Green+Blue) = 124+4+32=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0420 is #83FBDF. Grayscale: #2B2B2B. Windows color (decimal): -8649696 or 2098300. OLE color: 2098300.
HSL color Cylindrical-coordinate representation of color #7C0420: hue angle of 346º 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 #7C0420 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 32 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.51 |
| HSL | 346º | 0.94% | 0.25% | - |
| HSV(B) | 346º | 0.97% | 0.49% | - |
| XYZ | 8.62 | 4.48 | 1.78 | - |
| YUV | 43.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 32 | 0 | 0.97 | 0.74 | 0.51 | 346 | 0.94 | 0.25 |
| Hex | 7C | 4 | 20 | 0 | 61 | 4A | 33 | 15A | 5E | 19 |
| Octal | 174 | 4 | 40 | 0 | 141 | 112 | 63 | 532 | 136 | 31 |
| Binary | 1111100 | 100 | 100000 | 0 | 1100001 | 1001010 | 110011 | 101011010 | 1011110 | 11001 |
Color Harmonies of #7C0420
Complementary color
Monochromatic Colors of #7C0420
Black with #7C0420
Text Example
Text Example
White with #7C0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0420; }
p { color: rgb(124,4,32); }
H1.HeaderClassName
{
color: #7C0420;
}
.AnyTagClassName
{
color: #7C0420;
}
</style>
background-color css
<style>
a { background-color: #7C0420; }
a { background-color: rgb(124,4,32); }
div.DivClassName
{
background-color: #7C0420;
}
.BgClassName
{
background-color: #7C0420;
}
</style>
border-color css
<style>
span { border-color: #7C0420; }
span { border-color: rgb(124,4,32); }
td.TdClassName
{
border-color: #7C0420;
}
.TagClassName
{
border-color: #7C0420;
}
</style>