Shades of Burgundy #7D082E
Tints of Burgundy #7D082E
RGB
CMYK
RGB Variations
Color information
#7D082E (or 0x7D082E) is known color: Burgundy. HEX triplet: 7D, 08 and 2E. RGB value is (125,8,46). Sum of RGB (Red+Green+Blue) = 125+8+46=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D082E is #82F7D1. Grayscale: #2F2F2F. Windows color (decimal): -8583122 or 3016829. OLE color: 3016829.
HSL color Cylindrical-coordinate representation of color #7D082E: hue angle of 340.51º 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 #7D082E is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 46 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.51 |
| HSL | 340.51º | 0.88% | 0.26% | - |
| HSV(B) | 340.51º | 0.94% | 0.49% | - |
| XYZ | 9.04 | 4.73 | 3.02 | - |
| YUV | 47.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 46 | 0 | 0.94 | 0.63 | 0.51 | 340.51 | 0.88 | 0.26 |
| Hex | 7D | 8 | 2E | 0 | 5E | 3F | 33 | 155 | 58 | 1A |
| Octal | 175 | 10 | 56 | 0 | 136 | 77 | 63 | 525 | 130 | 32 |
| Binary | 1111101 | 1000 | 101110 | 0 | 1011110 | 111111 | 110011 | 101010101 | 1011000 | 11010 |
Color Harmonies of #7D082E
Complementary color
Monochromatic Colors of #7D082E
Black with #7D082E
Text Example
Text Example
White with #7D082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D082E; }
p { color: rgb(125,8,46); }
H1.HeaderClassName
{
color: #7D082E;
}
.AnyTagClassName
{
color: #7D082E;
}
</style>
background-color css
<style>
a { background-color: #7D082E; }
a { background-color: rgb(125,8,46); }
div.DivClassName
{
background-color: #7D082E;
}
.BgClassName
{
background-color: #7D082E;
}
</style>
border-color css
<style>
span { border-color: #7D082E; }
span { border-color: rgb(125,8,46); }
td.TdClassName
{
border-color: #7D082E;
}
.TagClassName
{
border-color: #7D082E;
}
</style>