Shades of Burgundy #7C111C
Tints of Burgundy #7C111C
RGB
CMYK
RGB Variations
Color information
#7C111C (or 0x7C111C) is known color: Burgundy. HEX triplet: 7C, 11 and 1C. RGB value is (124,17,28). Sum of RGB (Red+Green+Blue) = 124+17+28=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C111C is #83EEE3. Grayscale: #323232. Windows color (decimal): -8646372 or 1839484. OLE color: 1839484.
HSL color Cylindrical-coordinate representation of color #7C111C: hue angle of 353.83º 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 #7C111C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 28 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.51 |
| HSL | 353.83º | 0.76% | 0.28% | - |
| HSV(B) | 353.83º | 0.86% | 0.49% | - |
| XYZ | 8.72 | 4.77 | 1.56 | - |
| YUV | 50.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 28 | 0 | 0.86 | 0.77 | 0.51 | 353.83 | 0.76 | 0.28 |
| Hex | 7C | 11 | 1C | 0 | 56 | 4D | 33 | 162 | 4C | 1C |
| Octal | 174 | 21 | 34 | 0 | 126 | 115 | 63 | 542 | 114 | 34 |
| Binary | 1111100 | 10001 | 11100 | 0 | 1010110 | 1001101 | 110011 | 101100010 | 1001100 | 11100 |
Color Harmonies of #7C111C
Complementary color
Monochromatic Colors of #7C111C
Black with #7C111C
Text Example
Text Example
White with #7C111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C111C; }
p { color: rgb(124,17,28); }
H1.HeaderClassName
{
color: #7C111C;
}
.AnyTagClassName
{
color: #7C111C;
}
</style>
background-color css
<style>
a { background-color: #7C111C; }
a { background-color: rgb(124,17,28); }
div.DivClassName
{
background-color: #7C111C;
}
.BgClassName
{
background-color: #7C111C;
}
</style>
border-color css
<style>
span { border-color: #7C111C; }
span { border-color: rgb(124,17,28); }
td.TdClassName
{
border-color: #7C111C;
}
.TagClassName
{
border-color: #7C111C;
}
</style>