Shades of Burgundy #7C0212
Tints of Burgundy #7C0212
RGB
CMYK
RGB Variations
Color information
#7C0212 (or 0x7C0212) is known color: Burgundy. HEX triplet: 7C, 02 and 12. RGB value is (124,2,18). Sum of RGB (Red+Green+Blue) = 124+2+18=144 (19% of max value = 765). Red value is 124 (48.83% from 255 or 86.11% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0212 is #83FDED. Grayscale: #282828. Windows color (decimal): -8650222 or 1180284. OLE color: 1180284.
HSL color Cylindrical-coordinate representation of color #7C0212: hue angle of 352.13º 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 #7C0212 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 18 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.51 |
| HSL | 352.13º | 0.97% | 0.25% | - |
| HSV(B) | 352.13º | 0.98% | 0.49% | - |
| XYZ | 8.44 | 4.37 | 0.97 | - |
| YUV | 40.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 18 | 0 | 0.98 | 0.85 | 0.51 | 352.13 | 0.97 | 0.25 |
| Hex | 7C | 2 | 12 | 0 | 62 | 55 | 33 | 160 | 61 | 19 |
| Octal | 174 | 2 | 22 | 0 | 142 | 125 | 63 | 540 | 141 | 31 |
| Binary | 1111100 | 10 | 10010 | 0 | 1100010 | 1010101 | 110011 | 101100000 | 1100001 | 11001 |
Color Harmonies of #7C0212
Complementary color
Monochromatic Colors of #7C0212
Black with #7C0212
Text Example
Text Example
White with #7C0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0212; }
p { color: rgb(124,2,18); }
H1.HeaderClassName
{
color: #7C0212;
}
.AnyTagClassName
{
color: #7C0212;
}
</style>
background-color css
<style>
a { background-color: #7C0212; }
a { background-color: rgb(124,2,18); }
div.DivClassName
{
background-color: #7C0212;
}
.BgClassName
{
background-color: #7C0212;
}
</style>
border-color css
<style>
span { border-color: #7C0212; }
span { border-color: rgb(124,2,18); }
td.TdClassName
{
border-color: #7C0212;
}
.TagClassName
{
border-color: #7C0212;
}
</style>