Shades of Burgundy #7C111B
Tints of Burgundy #7C111B
RGB
CMYK
RGB Variations
Color information
#7C111B (or 0x7C111B) is known color: Burgundy. HEX triplet: 7C, 11 and 1B. RGB value is (124,17,27). Sum of RGB (Red+Green+Blue) = 124+17+27=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C111B is #83EEE4. Grayscale: #323232. Windows color (decimal): -8646373 or 1773948. OLE color: 1773948.
HSL color Cylindrical-coordinate representation of color #7C111B: hue angle of 354.39º 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 #7C111B is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 27 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.51 |
| HSL | 354.39º | 0.76% | 0.28% | - |
| HSV(B) | 354.39º | 0.86% | 0.49% | - |
| XYZ | 8.71 | 4.77 | 1.5 | - |
| YUV | 50.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 27 | 0 | 0.86 | 0.78 | 0.51 | 354.39 | 0.76 | 0.28 |
| Hex | 7C | 11 | 1B | 0 | 56 | 4E | 33 | 162 | 4C | 1C |
| Octal | 174 | 21 | 33 | 0 | 126 | 116 | 63 | 542 | 114 | 34 |
| Binary | 1111100 | 10001 | 11011 | 0 | 1010110 | 1001110 | 110011 | 101100010 | 1001100 | 11100 |
Color Harmonies of #7C111B
Complementary color
Monochromatic Colors of #7C111B
Black with #7C111B
Text Example
Text Example
White with #7C111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C111B; }
p { color: rgb(124,17,27); }
H1.HeaderClassName
{
color: #7C111B;
}
.AnyTagClassName
{
color: #7C111B;
}
</style>
background-color css
<style>
a { background-color: #7C111B; }
a { background-color: rgb(124,17,27); }
div.DivClassName
{
background-color: #7C111B;
}
.BgClassName
{
background-color: #7C111B;
}
</style>
border-color css
<style>
span { border-color: #7C111B; }
span { border-color: rgb(124,17,27); }
td.TdClassName
{
border-color: #7C111B;
}
.TagClassName
{
border-color: #7C111B;
}
</style>