Shades of Burgundy #7D111B
Tints of Burgundy #7D111B
RGB
CMYK
RGB Variations
Color information
#7D111B (or 0x7D111B) is known color: Burgundy. HEX triplet: 7D, 11 and 1B. RGB value is (125,17,27). Sum of RGB (Red+Green+Blue) = 125+17+27=169 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.96% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 125 - color contains mainly: red. Hex color #7D111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D111B is #82EEE4. Grayscale: #323232. Windows color (decimal): -8580837 or 1773949. OLE color: 1773949.
HSL color Cylindrical-coordinate representation of color #7D111B: hue angle of 354.44º 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 #7D111B is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 27 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.51 |
| HSL | 354.44º | 0.76% | 0.28% | - |
| HSV(B) | 354.44º | 0.86% | 0.49% | - |
| XYZ | 8.86 | 4.84 | 1.5 | - |
| YUV | 50.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 27 | 0 | 0.86 | 0.78 | 0.51 | 354.44 | 0.76 | 0.28 |
| Hex | 7D | 11 | 1B | 0 | 56 | 4E | 33 | 162 | 4C | 1C |
| Octal | 175 | 21 | 33 | 0 | 126 | 116 | 63 | 542 | 114 | 34 |
| Binary | 1111101 | 10001 | 11011 | 0 | 1010110 | 1001110 | 110011 | 101100010 | 1001100 | 11100 |
Color Harmonies of #7D111B
Complementary color
Monochromatic Colors of #7D111B
Black with #7D111B
Text Example
Text Example
White with #7D111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D111B; }
p { color: rgb(125,17,27); }
H1.HeaderClassName
{
color: #7D111B;
}
.AnyTagClassName
{
color: #7D111B;
}
</style>
background-color css
<style>
a { background-color: #7D111B; }
a { background-color: rgb(125,17,27); }
div.DivClassName
{
background-color: #7D111B;
}
.BgClassName
{
background-color: #7D111B;
}
</style>
border-color css
<style>
span { border-color: #7D111B; }
span { border-color: rgb(125,17,27); }
td.TdClassName
{
border-color: #7D111B;
}
.TagClassName
{
border-color: #7D111B;
}
</style>