Shades of Burgundy #7A082E
Tints of Burgundy #7A082E
RGB
CMYK
RGB Variations
Color information
#7A082E (or 0x7A082E) is known color: Burgundy. HEX triplet: 7A, 08 and 2E. RGB value is (122,8,46). Sum of RGB (Red+Green+Blue) = 122+8+46=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A082E is #85F7D1. Grayscale: #2E2E2E. Windows color (decimal): -8779730 or 3016826. OLE color: 3016826.
HSL color Cylindrical-coordinate representation of color #7A082E: hue angle of 340º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A082E is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 46 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.52 |
| HSL | 340º | 0.88% | 0.25% | - |
| HSV(B) | 340º | 0.93% | 0.48% | - |
| XYZ | 8.61 | 4.51 | 3 | - |
| YUV | 46.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 46 | 0 | 0.93 | 0.62 | 0.52 | 340 | 0.88 | 0.25 |
| Hex | 7A | 8 | 2E | 0 | 5D | 3E | 34 | 154 | 58 | 19 |
| Octal | 172 | 10 | 56 | 0 | 135 | 76 | 64 | 524 | 130 | 31 |
| Binary | 1111010 | 1000 | 101110 | 0 | 1011101 | 111110 | 110100 | 101010100 | 1011000 | 11001 |
Color Harmonies of #7A082E
Complementary color
Monochromatic Colors of #7A082E
Black with #7A082E
Text Example
Text Example
White with #7A082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A082E; }
p { color: rgb(122,8,46); }
H1.HeaderClassName
{
color: #7A082E;
}
.AnyTagClassName
{
color: #7A082E;
}
</style>
background-color css
<style>
a { background-color: #7A082E; }
a { background-color: rgb(122,8,46); }
div.DivClassName
{
background-color: #7A082E;
}
.BgClassName
{
background-color: #7A082E;
}
</style>
border-color css
<style>
span { border-color: #7A082E; }
span { border-color: rgb(122,8,46); }
td.TdClassName
{
border-color: #7A082E;
}
.TagClassName
{
border-color: #7A082E;
}
</style>