Shades of Burgundy #790829
Tints of Burgundy #790829
RGB
CMYK
RGB Variations
Color information
#790829 (or 0x790829) is known color: Burgundy. HEX triplet: 79, 08 and 29. RGB value is (121,8,41). Sum of RGB (Red+Green+Blue) = 121+8+41=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #790829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790829 is #86F7D6. Grayscale: #2D2D2D. Windows color (decimal): -8845271 or 2689145. OLE color: 2689145.
HSL color Cylindrical-coordinate representation of color #790829: hue angle of 342.48º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790829 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 41 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.53 |
| HSL | 342.48º | 0.88% | 0.25% | - |
| HSV(B) | 342.48º | 0.93% | 0.47% | - |
| XYZ | 8.37 | 4.4 | 2.51 | - |
| YUV | 45.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 41 | 0 | 0.93 | 0.66 | 0.53 | 342.48 | 0.88 | 0.25 |
| Hex | 79 | 8 | 29 | 0 | 5D | 42 | 35 | 156 | 58 | 19 |
| Octal | 171 | 10 | 51 | 0 | 135 | 102 | 65 | 526 | 130 | 31 |
| Binary | 1111001 | 1000 | 101001 | 0 | 1011101 | 1000010 | 110101 | 101010110 | 1011000 | 11001 |
Color Harmonies of #790829
Complementary color
Monochromatic Colors of #790829
Black with #790829
Text Example
Text Example
White with #790829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790829; }
p { color: rgb(121,8,41); }
H1.HeaderClassName
{
color: #790829;
}
.AnyTagClassName
{
color: #790829;
}
</style>
background-color css
<style>
a { background-color: #790829; }
a { background-color: rgb(121,8,41); }
div.DivClassName
{
background-color: #790829;
}
.BgClassName
{
background-color: #790829;
}
</style>
border-color css
<style>
span { border-color: #790829; }
span { border-color: rgb(121,8,41); }
td.TdClassName
{
border-color: #790829;
}
.TagClassName
{
border-color: #790829;
}
</style>