Shades of Burgundy #7C1128
Tints of Burgundy #7C1128
RGB
CMYK
RGB Variations
Color information
#7C1128 (or 0x7C1128) is known color: Burgundy. HEX triplet: 7C, 11 and 28. RGB value is (124,17,40). Sum of RGB (Red+Green+Blue) = 124+17+40=181 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.51% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1128 is #83EED7. Grayscale: #333333. Windows color (decimal): -8646360 or 2625916. OLE color: 2625916.
HSL color Cylindrical-coordinate representation of color #7C1128: hue angle of 347.1º 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 #7C1128 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 40 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.51 |
| HSL | 347.1º | 0.76% | 0.28% | - |
| HSV(B) | 347.1º | 0.86% | 0.49% | - |
| XYZ | 8.9 | 4.84 | 2.47 | - |
| YUV | 51.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 40 | 0 | 0.86 | 0.68 | 0.51 | 347.1 | 0.76 | 0.28 |
| Hex | 7C | 11 | 28 | 0 | 56 | 44 | 33 | 15B | 4C | 1C |
| Octal | 174 | 21 | 50 | 0 | 126 | 104 | 63 | 533 | 114 | 34 |
| Binary | 1111100 | 10001 | 101000 | 0 | 1010110 | 1000100 | 110011 | 101011011 | 1001100 | 11100 |
Color Harmonies of #7C1128
Complementary color
Monochromatic Colors of #7C1128
Black with #7C1128
Text Example
Text Example
White with #7C1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1128; }
p { color: rgb(124,17,40); }
H1.HeaderClassName
{
color: #7C1128;
}
.AnyTagClassName
{
color: #7C1128;
}
</style>
background-color css
<style>
a { background-color: #7C1128; }
a { background-color: rgb(124,17,40); }
div.DivClassName
{
background-color: #7C1128;
}
.BgClassName
{
background-color: #7C1128;
}
</style>
border-color css
<style>
span { border-color: #7C1128; }
span { border-color: rgb(124,17,40); }
td.TdClassName
{
border-color: #7C1128;
}
.TagClassName
{
border-color: #7C1128;
}
</style>