Shades of Burgundy #7C0020
Tints of Burgundy #7C0020
RGB
CMYK
RGB Variations
Color information
#7C0020 (or 0x7C0020) is known color: Burgundy. HEX triplet: 7C, 00 and 20. RGB value is (124,0,32). Sum of RGB (Red+Green+Blue) = 124+0+32=156 (20% of max value = 765). Red value is 124 (48.83% from 255 or 79.49% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0020 is #83FFDF. Grayscale: #282828. Windows color (decimal): -8650720 or 2097276. OLE color: 2097276.
HSL color Cylindrical-coordinate representation of color #7C0020: hue angle of 344.52º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0020 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.74 | 0.51 |
| HSL | 344.52º | 1% | 0.24% | - |
| HSV(B) | 344.52º | 1% | 0.49% | - |
| XYZ | 8.57 | 4.39 | 1.76 | - |
| YUV | 40.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 32 | 0 | 1 | 0.74 | 0.51 | 344.52 | 1 | 0.24 |
| Hex | 7C | 0 | 20 | 0 | 64 | 4A | 33 | 159 | 64 | 18 |
| Octal | 174 | 0 | 40 | 0 | 144 | 112 | 63 | 531 | 144 | 30 |
| Binary | 1111100 | 0 | 100000 | 0 | 1100100 | 1001010 | 110011 | 101011001 | 1100100 | 11000 |
Color Harmonies of #7C0020
Complementary color
Monochromatic Colors of #7C0020
Black with #7C0020
Text Example
Text Example
White with #7C0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0020; }
p { color: rgb(124,0,32); }
H1.HeaderClassName
{
color: #7C0020;
}
.AnyTagClassName
{
color: #7C0020;
}
</style>
background-color css
<style>
a { background-color: #7C0020; }
a { background-color: rgb(124,0,32); }
div.DivClassName
{
background-color: #7C0020;
}
.BgClassName
{
background-color: #7C0020;
}
</style>
border-color css
<style>
span { border-color: #7C0020; }
span { border-color: rgb(124,0,32); }
td.TdClassName
{
border-color: #7C0020;
}
.TagClassName
{
border-color: #7C0020;
}
</style>