Shades of Burgundy #7E0829
Tints of Burgundy #7E0829
RGB
CMYK
RGB Variations
Color information
#7E0829 (or 0x7E0829) is known color: Burgundy. HEX triplet: 7E, 08 and 29. RGB value is (126,8,41). Sum of RGB (Red+Green+Blue) = 126+8+41=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0829 is #81F7D6. Grayscale: #2F2F2F. Windows color (decimal): -8517591 or 2689150. OLE color: 2689150.
HSL color Cylindrical-coordinate representation of color #7E0829: hue angle of 343.22º 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 #7E0829 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 41 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.51 |
| HSL | 343.22º | 0.88% | 0.26% | - |
| HSV(B) | 343.22º | 0.94% | 0.49% | - |
| XYZ | 9.09 | 4.77 | 2.54 | - |
| YUV | 47.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 41 | 0 | 0.94 | 0.67 | 0.51 | 343.22 | 0.88 | 0.26 |
| Hex | 7E | 8 | 29 | 0 | 5E | 43 | 33 | 157 | 58 | 1A |
| Octal | 176 | 10 | 51 | 0 | 136 | 103 | 63 | 527 | 130 | 32 |
| Binary | 1111110 | 1000 | 101001 | 0 | 1011110 | 1000011 | 110011 | 101010111 | 1011000 | 11010 |
Color Harmonies of #7E0829
Complementary color
Monochromatic Colors of #7E0829
Black with #7E0829
Text Example
Text Example
White with #7E0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0829; }
p { color: rgb(126,8,41); }
H1.HeaderClassName
{
color: #7E0829;
}
.AnyTagClassName
{
color: #7E0829;
}
</style>
background-color css
<style>
a { background-color: #7E0829; }
a { background-color: rgb(126,8,41); }
div.DivClassName
{
background-color: #7E0829;
}
.BgClassName
{
background-color: #7E0829;
}
</style>
border-color css
<style>
span { border-color: #7E0829; }
span { border-color: rgb(126,8,41); }
td.TdClassName
{
border-color: #7E0829;
}
.TagClassName
{
border-color: #7E0829;
}
</style>