Shades of Burgundy #7C112B
Tints of Burgundy #7C112B
RGB
CMYK
RGB Variations
Color information
#7C112B (or 0x7C112B) is known color: Burgundy. HEX triplet: 7C, 11 and 2B. RGB value is (124,17,43). Sum of RGB (Red+Green+Blue) = 124+17+43=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C112B is #83EED4. Grayscale: #333333. Windows color (decimal): -8646357 or 2822524. OLE color: 2822524.
HSL color Cylindrical-coordinate representation of color #7C112B: hue angle of 345.42º 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 #7C112B is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 43 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.51 |
| HSL | 345.42º | 0.76% | 0.28% | - |
| HSV(B) | 345.42º | 0.86% | 0.49% | - |
| XYZ | 8.95 | 4.86 | 2.75 | - |
| YUV | 51.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 43 | 0 | 0.86 | 0.65 | 0.51 | 345.42 | 0.76 | 0.28 |
| Hex | 7C | 11 | 2B | 0 | 56 | 41 | 33 | 159 | 4C | 1C |
| Octal | 174 | 21 | 53 | 0 | 126 | 101 | 63 | 531 | 114 | 34 |
| Binary | 1111100 | 10001 | 101011 | 0 | 1010110 | 1000001 | 110011 | 101011001 | 1001100 | 11100 |
Color Harmonies of #7C112B
Complementary color
Monochromatic Colors of #7C112B
Black with #7C112B
Text Example
Text Example
White with #7C112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C112B; }
p { color: rgb(124,17,43); }
H1.HeaderClassName
{
color: #7C112B;
}
.AnyTagClassName
{
color: #7C112B;
}
</style>
background-color css
<style>
a { background-color: #7C112B; }
a { background-color: rgb(124,17,43); }
div.DivClassName
{
background-color: #7C112B;
}
.BgClassName
{
background-color: #7C112B;
}
</style>
border-color css
<style>
span { border-color: #7C112B; }
span { border-color: rgb(124,17,43); }
td.TdClassName
{
border-color: #7C112B;
}
.TagClassName
{
border-color: #7C112B;
}
</style>