Shades of Burgundy #7D1127
Tints of Burgundy #7D1127
RGB
CMYK
RGB Variations
Color information
#7D1127 (or 0x7D1127) is known color: Burgundy. HEX triplet: 7D, 11 and 27. RGB value is (125,17,39). Sum of RGB (Red+Green+Blue) = 125+17+39=181 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.06% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1127 is #82EED8. Grayscale: #333333. Windows color (decimal): -8580825 or 2560381. OLE color: 2560381.
HSL color Cylindrical-coordinate representation of color #7D1127: hue angle of 347.78º 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 #7D1127 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 39 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.51 |
| HSL | 347.78º | 0.76% | 0.28% | - |
| HSV(B) | 347.78º | 0.86% | 0.49% | - |
| XYZ | 9.02 | 4.91 | 2.39 | - |
| YUV | 51.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 39 | 0 | 0.86 | 0.69 | 0.51 | 347.78 | 0.76 | 0.28 |
| Hex | 7D | 11 | 27 | 0 | 56 | 45 | 33 | 15C | 4C | 1C |
| Octal | 175 | 21 | 47 | 0 | 126 | 105 | 63 | 534 | 114 | 34 |
| Binary | 1111101 | 10001 | 100111 | 0 | 1010110 | 1000101 | 110011 | 101011100 | 1001100 | 11100 |
Color Harmonies of #7D1127
Complementary color
Monochromatic Colors of #7D1127
Black with #7D1127
Text Example
Text Example
White with #7D1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1127; }
p { color: rgb(125,17,39); }
H1.HeaderClassName
{
color: #7D1127;
}
.AnyTagClassName
{
color: #7D1127;
}
</style>
background-color css
<style>
a { background-color: #7D1127; }
a { background-color: rgb(125,17,39); }
div.DivClassName
{
background-color: #7D1127;
}
.BgClassName
{
background-color: #7D1127;
}
</style>
border-color css
<style>
span { border-color: #7D1127; }
span { border-color: rgb(125,17,39); }
td.TdClassName
{
border-color: #7D1127;
}
.TagClassName
{
border-color: #7D1127;
}
</style>