Shades of Burgundy #7C111A
Tints of Burgundy #7C111A
RGB
CMYK
RGB Variations
Color information
#7C111A (or 0x7C111A) is known color: Burgundy. HEX triplet: 7C, 11 and 1A. RGB value is (124,17,26). Sum of RGB (Red+Green+Blue) = 124+17+26=167 (22% of max value = 765). Red value is 124 (48.83% from 255 or 74.25% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 124 - color contains mainly: red. Hex color #7C111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C111A is #83EEE5. Grayscale: #323232. Windows color (decimal): -8646374 or 1708412. OLE color: 1708412.
HSL color Cylindrical-coordinate representation of color #7C111A: hue angle of 354.95º 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 #7C111A is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 26 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.51 |
| HSL | 354.95º | 0.76% | 0.28% | - |
| HSV(B) | 354.95º | 0.86% | 0.49% | - |
| XYZ | 8.7 | 4.76 | 1.44 | - |
| YUV | 50.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 26 | 0 | 0.86 | 0.79 | 0.51 | 354.95 | 0.76 | 0.28 |
| Hex | 7C | 11 | 1A | 0 | 56 | 4F | 33 | 163 | 4C | 1C |
| Octal | 174 | 21 | 32 | 0 | 126 | 117 | 63 | 543 | 114 | 34 |
| Binary | 1111100 | 10001 | 11010 | 0 | 1010110 | 1001111 | 110011 | 101100011 | 1001100 | 11100 |
Color Harmonies of #7C111A
Complementary color
Monochromatic Colors of #7C111A
Black with #7C111A
Text Example
Text Example
White with #7C111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C111A; }
p { color: rgb(124,17,26); }
H1.HeaderClassName
{
color: #7C111A;
}
.AnyTagClassName
{
color: #7C111A;
}
</style>
background-color css
<style>
a { background-color: #7C111A; }
a { background-color: rgb(124,17,26); }
div.DivClassName
{
background-color: #7C111A;
}
.BgClassName
{
background-color: #7C111A;
}
</style>
border-color css
<style>
span { border-color: #7C111A; }
span { border-color: rgb(124,17,26); }
td.TdClassName
{
border-color: #7C111A;
}
.TagClassName
{
border-color: #7C111A;
}
</style>