Shades of Burgundy #7C0E34
Tints of Burgundy #7C0E34
RGB
CMYK
RGB Variations
Color information
#7C0E34 (or 0x7C0E34) is known color: Burgundy. HEX triplet: 7C, 0E and 34. RGB value is (124,14,52). Sum of RGB (Red+Green+Blue) = 124+14+52=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0E34 is #83F1CB. Grayscale: #333333. Windows color (decimal): -8647116 or 3411580. OLE color: 3411580.
HSL color Cylindrical-coordinate representation of color #7C0E34: hue angle of 339.27º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C0E34 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 14 | 52 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.51 |
| HSL | 339.27º | 0.8% | 0.27% | - |
| HSV(B) | 339.27º | 0.89% | 0.49% | - |
| XYZ | 9.09 | 4.85 | 3.71 | - |
| YUV | 51.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 52 | 0 | 0.89 | 0.58 | 0.51 | 339.27 | 0.8 | 0.27 |
| Hex | 7C | E | 34 | 0 | 59 | 3A | 33 | 153 | 50 | 1B |
| Octal | 174 | 16 | 64 | 0 | 131 | 72 | 63 | 523 | 120 | 33 |
| Binary | 1111100 | 1110 | 110100 | 0 | 1011001 | 111010 | 110011 | 101010011 | 1010000 | 11011 |
Color Harmonies of #7C0E34
Complementary color
Monochromatic Colors of #7C0E34
Black with #7C0E34
Text Example
Text Example
White with #7C0E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E34; }
p { color: rgb(124,14,52); }
H1.HeaderClassName
{
color: #7C0E34;
}
.AnyTagClassName
{
color: #7C0E34;
}
</style>
background-color css
<style>
a { background-color: #7C0E34; }
a { background-color: rgb(124,14,52); }
div.DivClassName
{
background-color: #7C0E34;
}
.BgClassName
{
background-color: #7C0E34;
}
</style>
border-color css
<style>
span { border-color: #7C0E34; }
span { border-color: rgb(124,14,52); }
td.TdClassName
{
border-color: #7C0E34;
}
.TagClassName
{
border-color: #7C0E34;
}
</style>