Shades of Burgundy #7D1020
Tints of Burgundy #7D1020
RGB
CMYK
RGB Variations
Color information
#7D1020 (or 0x7D1020) is known color: Burgundy. HEX triplet: 7D, 10 and 20. RGB value is (125,16,32). Sum of RGB (Red+Green+Blue) = 125+16+32=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1020 is #82EFDF. Grayscale: #323232. Windows color (decimal): -8581088 or 2101373. OLE color: 2101373.
HSL color Cylindrical-coordinate representation of color #7D1020: hue angle of 351.19º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1020 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 32 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.51 |
| HSL | 351.19º | 0.77% | 0.28% | - |
| HSV(B) | 351.19º | 0.87% | 0.49% | - |
| XYZ | 8.9 | 4.83 | 1.83 | - |
| YUV | 50.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 32 | 0 | 0.87 | 0.74 | 0.51 | 351.19 | 0.77 | 0.28 |
| Hex | 7D | 10 | 20 | 0 | 57 | 4A | 33 | 15F | 4D | 1C |
| Octal | 175 | 20 | 40 | 0 | 127 | 112 | 63 | 537 | 115 | 34 |
| Binary | 1111101 | 10000 | 100000 | 0 | 1010111 | 1001010 | 110011 | 101011111 | 1001101 | 11100 |
Color Harmonies of #7D1020
Complementary color
Monochromatic Colors of #7D1020
Black with #7D1020
Text Example
Text Example
White with #7D1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1020; }
p { color: rgb(125,16,32); }
H1.HeaderClassName
{
color: #7D1020;
}
.AnyTagClassName
{
color: #7D1020;
}
</style>
background-color css
<style>
a { background-color: #7D1020; }
a { background-color: rgb(125,16,32); }
div.DivClassName
{
background-color: #7D1020;
}
.BgClassName
{
background-color: #7D1020;
}
</style>
border-color css
<style>
span { border-color: #7D1020; }
span { border-color: rgb(125,16,32); }
td.TdClassName
{
border-color: #7D1020;
}
.TagClassName
{
border-color: #7D1020;
}
</style>