Shades of Burgundy #7C112C
Tints of Burgundy #7C112C
RGB
CMYK
RGB Variations
Color information
#7C112C (or 0x7C112C) is known color: Burgundy. HEX triplet: 7C, 11 and 2C. RGB value is (124,17,44). Sum of RGB (Red+Green+Blue) = 124+17+44=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C112C is #83EED3. Grayscale: #343434. Windows color (decimal): -8646356 or 2888060. OLE color: 2888060.
HSL color Cylindrical-coordinate representation of color #7C112C: hue angle of 344.86º 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 #7C112C is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 44 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.51 |
| HSL | 344.86º | 0.76% | 0.28% | - |
| HSV(B) | 344.86º | 0.86% | 0.49% | - |
| XYZ | 8.97 | 4.87 | 2.85 | - |
| YUV | 52.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 44 | 0 | 0.86 | 0.65 | 0.51 | 344.86 | 0.76 | 0.28 |
| Hex | 7C | 11 | 2C | 0 | 56 | 41 | 33 | 159 | 4C | 1C |
| Octal | 174 | 21 | 54 | 0 | 126 | 101 | 63 | 531 | 114 | 34 |
| Binary | 1111100 | 10001 | 101100 | 0 | 1010110 | 1000001 | 110011 | 101011001 | 1001100 | 11100 |
Color Harmonies of #7C112C
Complementary color
Monochromatic Colors of #7C112C
Black with #7C112C
Text Example
Text Example
White with #7C112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C112C; }
p { color: rgb(124,17,44); }
H1.HeaderClassName
{
color: #7C112C;
}
.AnyTagClassName
{
color: #7C112C;
}
</style>
background-color css
<style>
a { background-color: #7C112C; }
a { background-color: rgb(124,17,44); }
div.DivClassName
{
background-color: #7C112C;
}
.BgClassName
{
background-color: #7C112C;
}
</style>
border-color css
<style>
span { border-color: #7C112C; }
span { border-color: rgb(124,17,44); }
td.TdClassName
{
border-color: #7C112C;
}
.TagClassName
{
border-color: #7C112C;
}
</style>