Shades of Burgundy #7A0829
Tints of Burgundy #7A0829
RGB
CMYK
RGB Variations
Color information
#7A0829 (or 0x7A0829) is known color: Burgundy. HEX triplet: 7A, 08 and 29. RGB value is (122,8,41). Sum of RGB (Red+Green+Blue) = 122+8+41=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0829 is #85F7D6. Grayscale: #2D2D2D. Windows color (decimal): -8779735 or 2689146. OLE color: 2689146.
HSL color Cylindrical-coordinate representation of color #7A0829: hue angle of 342.63º 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 #7A0829 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 41 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.52 |
| HSL | 342.63º | 0.88% | 0.25% | - |
| HSV(B) | 342.63º | 0.93% | 0.48% | - |
| XYZ | 8.51 | 4.47 | 2.51 | - |
| YUV | 45.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 41 | 0 | 0.93 | 0.66 | 0.52 | 342.63 | 0.88 | 0.25 |
| Hex | 7A | 8 | 29 | 0 | 5D | 42 | 34 | 157 | 58 | 19 |
| Octal | 172 | 10 | 51 | 0 | 135 | 102 | 64 | 527 | 130 | 31 |
| Binary | 1111010 | 1000 | 101001 | 0 | 1011101 | 1000010 | 110100 | 101010111 | 1011000 | 11001 |
Color Harmonies of #7A0829
Complementary color
Monochromatic Colors of #7A0829
Black with #7A0829
Text Example
Text Example
White with #7A0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0829; }
p { color: rgb(122,8,41); }
H1.HeaderClassName
{
color: #7A0829;
}
.AnyTagClassName
{
color: #7A0829;
}
</style>
background-color css
<style>
a { background-color: #7A0829; }
a { background-color: rgb(122,8,41); }
div.DivClassName
{
background-color: #7A0829;
}
.BgClassName
{
background-color: #7A0829;
}
</style>
border-color css
<style>
span { border-color: #7A0829; }
span { border-color: rgb(122,8,41); }
td.TdClassName
{
border-color: #7A0829;
}
.TagClassName
{
border-color: #7A0829;
}
</style>