Shades of Burgundy #790529
Tints of Burgundy #790529
RGB
CMYK
RGB Variations
Color information
#790529 (or 0x790529) is known color: Burgundy. HEX triplet: 79, 05 and 29. RGB value is (121,5,41). Sum of RGB (Red+Green+Blue) = 121+5+41=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #790529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790529 is #86FAD6. Grayscale: #2B2B2B. Windows color (decimal): -8846039 or 2688377. OLE color: 2688377.
HSL color Cylindrical-coordinate representation of color #790529: hue angle of 341.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790529 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 41 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.53 |
| HSL | 341.38º | 0.92% | 0.25% | - |
| HSV(B) | 341.38º | 0.96% | 0.47% | - |
| XYZ | 8.34 | 4.33 | 2.49 | - |
| YUV | 43.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 41 | 0 | 0.96 | 0.66 | 0.53 | 341.38 | 0.92 | 0.25 |
| Hex | 79 | 5 | 29 | 0 | 60 | 42 | 35 | 155 | 5C | 19 |
| Octal | 171 | 5 | 51 | 0 | 140 | 102 | 65 | 525 | 134 | 31 |
| Binary | 1111001 | 101 | 101001 | 0 | 1100000 | 1000010 | 110101 | 101010101 | 1011100 | 11001 |
Color Harmonies of #790529
Complementary color
Monochromatic Colors of #790529
Black with #790529
Text Example
Text Example
White with #790529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790529; }
p { color: rgb(121,5,41); }
H1.HeaderClassName
{
color: #790529;
}
.AnyTagClassName
{
color: #790529;
}
</style>
background-color css
<style>
a { background-color: #790529; }
a { background-color: rgb(121,5,41); }
div.DivClassName
{
background-color: #790529;
}
.BgClassName
{
background-color: #790529;
}
</style>
border-color css
<style>
span { border-color: #790529; }
span { border-color: rgb(121,5,41); }
td.TdClassName
{
border-color: #790529;
}
.TagClassName
{
border-color: #790529;
}
</style>