Shades of Burgundy #7D111D
Tints of Burgundy #7D111D
RGB
CMYK
RGB Variations
Color information
#7D111D (or 0x7D111D) is known color: Burgundy. HEX triplet: 7D, 11 and 1D. RGB value is (125,17,29). Sum of RGB (Red+Green+Blue) = 125+17+29=171 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.10% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 125 - color contains mainly: red. Hex color #7D111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D111D is #82EEE2. Grayscale: #323232. Windows color (decimal): -8580835 or 1905021. OLE color: 1905021.
HSL color Cylindrical-coordinate representation of color #7D111D: hue angle of 353.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 #7D111D is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 29 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.51 |
| HSL | 353.33º | 0.76% | 0.28% | - |
| HSV(B) | 353.33º | 0.86% | 0.49% | - |
| XYZ | 8.88 | 4.85 | 1.63 | - |
| YUV | 50.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 29 | 0 | 0.86 | 0.77 | 0.51 | 353.33 | 0.76 | 0.28 |
| Hex | 7D | 11 | 1D | 0 | 56 | 4D | 33 | 161 | 4C | 1C |
| Octal | 175 | 21 | 35 | 0 | 126 | 115 | 63 | 541 | 114 | 34 |
| Binary | 1111101 | 10001 | 11101 | 0 | 1010110 | 1001101 | 110011 | 101100001 | 1001100 | 11100 |
Color Harmonies of #7D111D
Complementary color
Monochromatic Colors of #7D111D
Black with #7D111D
Text Example
Text Example
White with #7D111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D111D; }
p { color: rgb(125,17,29); }
H1.HeaderClassName
{
color: #7D111D;
}
.AnyTagClassName
{
color: #7D111D;
}
</style>
background-color css
<style>
a { background-color: #7D111D; }
a { background-color: rgb(125,17,29); }
div.DivClassName
{
background-color: #7D111D;
}
.BgClassName
{
background-color: #7D111D;
}
</style>
border-color css
<style>
span { border-color: #7D111D; }
span { border-color: rgb(125,17,29); }
td.TdClassName
{
border-color: #7D111D;
}
.TagClassName
{
border-color: #7D111D;
}
</style>