Shades of Burgundy #7D0511
Tints of Burgundy #7D0511
RGB
CMYK
RGB Variations
Color information
#7D0511 (or 0x7D0511) is known color: Burgundy. HEX triplet: 7D, 05 and 11. RGB value is (125,5,17). Sum of RGB (Red+Green+Blue) = 125+5+17=147 (19% of max value = 765). Red value is 125 (49.22% from 255 or 85.03% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0511 is #82FAEE. Grayscale: #2A2A2A. Windows color (decimal): -8583919 or 1115517. OLE color: 1115517.
HSL color Cylindrical-coordinate representation of color #7D0511: hue angle of 354º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0511 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 17 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.51 |
| HSL | 354º | 0.92% | 0.25% | - |
| HSV(B) | 354º | 0.96% | 0.49% | - |
| XYZ | 8.61 | 4.51 | 0.95 | - |
| YUV | 42.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 17 | 0 | 0.96 | 0.86 | 0.51 | 354 | 0.92 | 0.25 |
| Hex | 7D | 5 | 11 | 0 | 60 | 56 | 33 | 162 | 5C | 19 |
| Octal | 175 | 5 | 21 | 0 | 140 | 126 | 63 | 542 | 134 | 31 |
| Binary | 1111101 | 101 | 10001 | 0 | 1100000 | 1010110 | 110011 | 101100010 | 1011100 | 11001 |
Color Harmonies of #7D0511
Complementary color
Monochromatic Colors of #7D0511
Black with #7D0511
Text Example
Text Example
White with #7D0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0511; }
p { color: rgb(125,5,17); }
H1.HeaderClassName
{
color: #7D0511;
}
.AnyTagClassName
{
color: #7D0511;
}
</style>
background-color css
<style>
a { background-color: #7D0511; }
a { background-color: rgb(125,5,17); }
div.DivClassName
{
background-color: #7D0511;
}
.BgClassName
{
background-color: #7D0511;
}
</style>
border-color css
<style>
span { border-color: #7D0511; }
span { border-color: rgb(125,5,17); }
td.TdClassName
{
border-color: #7D0511;
}
.TagClassName
{
border-color: #7D0511;
}
</style>