Shades of Burgundy #7D1114
Tints of Burgundy #7D1114
RGB
CMYK
RGB Variations
Color information
#7D1114 (or 0x7D1114) is known color: Burgundy. HEX triplet: 7D, 11 and 14. RGB value is (125,17,20). Sum of RGB (Red+Green+Blue) = 125+17+20=162 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.16% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1114 is #82EEEB. Grayscale: #313131. Windows color (decimal): -8580844 or 1315197. OLE color: 1315197.
HSL color Cylindrical-coordinate representation of color #7D1114: hue angle of 358.33º 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 #7D1114 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 20 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.51 |
| HSL | 358.33º | 0.76% | 0.28% | - |
| HSV(B) | 358.33º | 0.86% | 0.49% | - |
| XYZ | 8.78 | 4.81 | 1.13 | - |
| YUV | 49.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 20 | 0 | 0.86 | 0.84 | 0.51 | 358.33 | 0.76 | 0.28 |
| Hex | 7D | 11 | 14 | 0 | 56 | 54 | 33 | 166 | 4C | 1C |
| Octal | 175 | 21 | 24 | 0 | 126 | 124 | 63 | 546 | 114 | 34 |
| Binary | 1111101 | 10001 | 10100 | 0 | 1010110 | 1010100 | 110011 | 101100110 | 1001100 | 11100 |
Color Harmonies of #7D1114
Complementary color
Monochromatic Colors of #7D1114
Black with #7D1114
Text Example
Text Example
White with #7D1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1114; }
p { color: rgb(125,17,20); }
H1.HeaderClassName
{
color: #7D1114;
}
.AnyTagClassName
{
color: #7D1114;
}
</style>
background-color css
<style>
a { background-color: #7D1114; }
a { background-color: rgb(125,17,20); }
div.DivClassName
{
background-color: #7D1114;
}
.BgClassName
{
background-color: #7D1114;
}
</style>
border-color css
<style>
span { border-color: #7D1114; }
span { border-color: rgb(125,17,20); }
td.TdClassName
{
border-color: #7D1114;
}
.TagClassName
{
border-color: #7D1114;
}
</style>