Shades of Burgundy #7C0E2A
Tints of Burgundy #7C0E2A
RGB
CMYK
RGB Variations
Color information
#7C0E2A (or 0x7C0E2A) is known color: Burgundy. HEX triplet: 7C, 0E and 2A. RGB value is (124,14,42). Sum of RGB (Red+Green+Blue) = 124+14+42=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0E2A is #83F1D5. Grayscale: #323232. Windows color (decimal): -8647126 or 2756220. OLE color: 2756220.
HSL color Cylindrical-coordinate representation of color #7C0E2A: hue angle of 344.73º 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 #7C0E2A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 14 | 42 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.51 |
| HSL | 344.73º | 0.8% | 0.27% | - |
| HSV(B) | 344.73º | 0.89% | 0.49% | - |
| XYZ | 8.89 | 4.77 | 2.64 | - |
| YUV | 50.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 42 | 0 | 0.89 | 0.66 | 0.51 | 344.73 | 0.8 | 0.27 |
| Hex | 7C | E | 2A | 0 | 59 | 42 | 33 | 159 | 50 | 1B |
| Octal | 174 | 16 | 52 | 0 | 131 | 102 | 63 | 531 | 120 | 33 |
| Binary | 1111100 | 1110 | 101010 | 0 | 1011001 | 1000010 | 110011 | 101011001 | 1010000 | 11011 |
Color Harmonies of #7C0E2A
Complementary color
Monochromatic Colors of #7C0E2A
Black with #7C0E2A
Text Example
Text Example
White with #7C0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E2A; }
p { color: rgb(124,14,42); }
H1.HeaderClassName
{
color: #7C0E2A;
}
.AnyTagClassName
{
color: #7C0E2A;
}
</style>
background-color css
<style>
a { background-color: #7C0E2A; }
a { background-color: rgb(124,14,42); }
div.DivClassName
{
background-color: #7C0E2A;
}
.BgClassName
{
background-color: #7C0E2A;
}
</style>
border-color css
<style>
span { border-color: #7C0E2A; }
span { border-color: rgb(124,14,42); }
td.TdClassName
{
border-color: #7C0E2A;
}
.TagClassName
{
border-color: #7C0E2A;
}
</style>