Shades of Burgundy #7D112B
Tints of Burgundy #7D112B
RGB
CMYK
RGB Variations
Color information
#7D112B (or 0x7D112B) is known color: Burgundy. HEX triplet: 7D, 11 and 2B. RGB value is (125,17,43). Sum of RGB (Red+Green+Blue) = 125+17+43=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D112B is #82EED4. Grayscale: #343434. Windows color (decimal): -8580821 or 2822525. OLE color: 2822525.
HSL color Cylindrical-coordinate representation of color #7D112B: hue angle of 345.56º 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 #7D112B is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 43 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.51 |
| HSL | 345.56º | 0.76% | 0.28% | - |
| HSV(B) | 345.56º | 0.86% | 0.49% | - |
| XYZ | 9.09 | 4.94 | 2.76 | - |
| YUV | 52.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 43 | 0 | 0.86 | 0.66 | 0.51 | 345.56 | 0.76 | 0.28 |
| Hex | 7D | 11 | 2B | 0 | 56 | 42 | 33 | 15A | 4C | 1C |
| Octal | 175 | 21 | 53 | 0 | 126 | 102 | 63 | 532 | 114 | 34 |
| Binary | 1111101 | 10001 | 101011 | 0 | 1010110 | 1000010 | 110011 | 101011010 | 1001100 | 11100 |
Color Harmonies of #7D112B
Complementary color
Monochromatic Colors of #7D112B
Black with #7D112B
Text Example
Text Example
White with #7D112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D112B; }
p { color: rgb(125,17,43); }
H1.HeaderClassName
{
color: #7D112B;
}
.AnyTagClassName
{
color: #7D112B;
}
</style>
background-color css
<style>
a { background-color: #7D112B; }
a { background-color: rgb(125,17,43); }
div.DivClassName
{
background-color: #7D112B;
}
.BgClassName
{
background-color: #7D112B;
}
</style>
border-color css
<style>
span { border-color: #7D112B; }
span { border-color: rgb(125,17,43); }
td.TdClassName
{
border-color: #7D112B;
}
.TagClassName
{
border-color: #7D112B;
}
</style>