Shades of Burgundy #7D1129
Tints of Burgundy #7D1129
RGB
CMYK
RGB Variations
Color information
#7D1129 (or 0x7D1129) is known color: Burgundy. HEX triplet: 7D, 11 and 29. RGB value is (125,17,41). Sum of RGB (Red+Green+Blue) = 125+17+41=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1129 is #82EED6. Grayscale: #343434. Windows color (decimal): -8580823 or 2691453. OLE color: 2691453.
HSL color Cylindrical-coordinate representation of color #7D1129: hue angle of 346.67º 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 #7D1129 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 41 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.51 |
| HSL | 346.67º | 0.76% | 0.28% | - |
| HSV(B) | 346.67º | 0.86% | 0.49% | - |
| XYZ | 9.06 | 4.92 | 2.57 | - |
| YUV | 52.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 41 | 0 | 0.86 | 0.67 | 0.51 | 346.67 | 0.76 | 0.28 |
| Hex | 7D | 11 | 29 | 0 | 56 | 43 | 33 | 15B | 4C | 1C |
| Octal | 175 | 21 | 51 | 0 | 126 | 103 | 63 | 533 | 114 | 34 |
| Binary | 1111101 | 10001 | 101001 | 0 | 1010110 | 1000011 | 110011 | 101011011 | 1001100 | 11100 |
Color Harmonies of #7D1129
Complementary color
Monochromatic Colors of #7D1129
Black with #7D1129
Text Example
Text Example
White with #7D1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1129; }
p { color: rgb(125,17,41); }
H1.HeaderClassName
{
color: #7D1129;
}
.AnyTagClassName
{
color: #7D1129;
}
</style>
background-color css
<style>
a { background-color: #7D1129; }
a { background-color: rgb(125,17,41); }
div.DivClassName
{
background-color: #7D1129;
}
.BgClassName
{
background-color: #7D1129;
}
</style>
border-color css
<style>
span { border-color: #7D1129; }
span { border-color: rgb(125,17,41); }
td.TdClassName
{
border-color: #7D1129;
}
.TagClassName
{
border-color: #7D1129;
}
</style>