Shades of Burgundy #7C1129
Tints of Burgundy #7C1129
RGB
CMYK
RGB Variations
Color information
#7C1129 (or 0x7C1129) is known color: Burgundy. HEX triplet: 7C, 11 and 29. RGB value is (124,17,41). Sum of RGB (Red+Green+Blue) = 124+17+41=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1129 is #83EED6. Grayscale: #333333. Windows color (decimal): -8646359 or 2691452. OLE color: 2691452.
HSL color Cylindrical-coordinate representation of color #7C1129: hue angle of 346.54º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1129 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 41 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.51 |
| HSL | 346.54º | 0.76% | 0.28% | - |
| HSV(B) | 346.54º | 0.86% | 0.49% | - |
| XYZ | 8.91 | 4.85 | 2.56 | - |
| YUV | 51.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 41 | 0 | 0.86 | 0.67 | 0.51 | 346.54 | 0.76 | 0.28 |
| Hex | 7C | 11 | 29 | 0 | 56 | 43 | 33 | 15B | 4C | 1C |
| Octal | 174 | 21 | 51 | 0 | 126 | 103 | 63 | 533 | 114 | 34 |
| Binary | 1111100 | 10001 | 101001 | 0 | 1010110 | 1000011 | 110011 | 101011011 | 1001100 | 11100 |
Color Harmonies of #7C1129
Complementary color
Monochromatic Colors of #7C1129
Black with #7C1129
Text Example
Text Example
White with #7C1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1129; }
p { color: rgb(124,17,41); }
H1.HeaderClassName
{
color: #7C1129;
}
.AnyTagClassName
{
color: #7C1129;
}
</style>
background-color css
<style>
a { background-color: #7C1129; }
a { background-color: rgb(124,17,41); }
div.DivClassName
{
background-color: #7C1129;
}
.BgClassName
{
background-color: #7C1129;
}
</style>
border-color css
<style>
span { border-color: #7C1129; }
span { border-color: rgb(124,17,41); }
td.TdClassName
{
border-color: #7C1129;
}
.TagClassName
{
border-color: #7C1129;
}
</style>