Shades of Burgundy #7C111F
Tints of Burgundy #7C111F
RGB
CMYK
RGB Variations
Color information
#7C111F (or 0x7C111F) is known color: Burgundy. HEX triplet: 7C, 11 and 1F. RGB value is (124,17,31). Sum of RGB (Red+Green+Blue) = 124+17+31=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C111F is #83EEE0. Grayscale: #323232. Windows color (decimal): -8646369 or 2036092. OLE color: 2036092.
HSL color Cylindrical-coordinate representation of color #7C111F: hue angle of 352.15º 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 #7C111F is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 31 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.51 |
| HSL | 352.15º | 0.76% | 0.28% | - |
| HSV(B) | 352.15º | 0.86% | 0.49% | - |
| XYZ | 8.76 | 4.78 | 1.76 | - |
| YUV | 50.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 31 | 0 | 0.86 | 0.75 | 0.51 | 352.15 | 0.76 | 0.28 |
| Hex | 7C | 11 | 1F | 0 | 56 | 4B | 33 | 160 | 4C | 1C |
| Octal | 174 | 21 | 37 | 0 | 126 | 113 | 63 | 540 | 114 | 34 |
| Binary | 1111100 | 10001 | 11111 | 0 | 1010110 | 1001011 | 110011 | 101100000 | 1001100 | 11100 |
Color Harmonies of #7C111F
Complementary color
Monochromatic Colors of #7C111F
Black with #7C111F
Text Example
Text Example
White with #7C111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C111F; }
p { color: rgb(124,17,31); }
H1.HeaderClassName
{
color: #7C111F;
}
.AnyTagClassName
{
color: #7C111F;
}
</style>
background-color css
<style>
a { background-color: #7C111F; }
a { background-color: rgb(124,17,31); }
div.DivClassName
{
background-color: #7C111F;
}
.BgClassName
{
background-color: #7C111F;
}
</style>
border-color css
<style>
span { border-color: #7C111F; }
span { border-color: rgb(124,17,31); }
td.TdClassName
{
border-color: #7C111F;
}
.TagClassName
{
border-color: #7C111F;
}
</style>