Shades of Burgundy #7D082C
Tints of Burgundy #7D082C
RGB
CMYK
RGB Variations
Color information
#7D082C (or 0x7D082C) is known color: Burgundy. HEX triplet: 7D, 08 and 2C. RGB value is (125,8,44). Sum of RGB (Red+Green+Blue) = 125+8+44=177 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.62% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 125 - color contains mainly: red. Hex color #7D082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D082C is #82F7D3. Grayscale: #2F2F2F. Windows color (decimal): -8583124 or 2885757. OLE color: 2885757.
HSL color Cylindrical-coordinate representation of color #7D082C: hue angle of 341.54º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D082C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 44 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.51 |
| HSL | 341.54º | 0.88% | 0.26% | - |
| HSV(B) | 341.54º | 0.94% | 0.49% | - |
| XYZ | 9 | 4.72 | 2.82 | - |
| YUV | 47.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 44 | 0 | 0.94 | 0.65 | 0.51 | 341.54 | 0.88 | 0.26 |
| Hex | 7D | 8 | 2C | 0 | 5E | 41 | 33 | 156 | 58 | 1A |
| Octal | 175 | 10 | 54 | 0 | 136 | 101 | 63 | 526 | 130 | 32 |
| Binary | 1111101 | 1000 | 101100 | 0 | 1011110 | 1000001 | 110011 | 101010110 | 1011000 | 11010 |
Color Harmonies of #7D082C
Complementary color
Monochromatic Colors of #7D082C
Black with #7D082C
Text Example
Text Example
White with #7D082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D082C; }
p { color: rgb(125,8,44); }
H1.HeaderClassName
{
color: #7D082C;
}
.AnyTagClassName
{
color: #7D082C;
}
</style>
background-color css
<style>
a { background-color: #7D082C; }
a { background-color: rgb(125,8,44); }
div.DivClassName
{
background-color: #7D082C;
}
.BgClassName
{
background-color: #7D082C;
}
</style>
border-color css
<style>
span { border-color: #7D082C; }
span { border-color: rgb(125,8,44); }
td.TdClassName
{
border-color: #7D082C;
}
.TagClassName
{
border-color: #7D082C;
}
</style>