Shades of Burgundy #790124
Tints of Burgundy #790124
RGB
CMYK
RGB Variations
Color information
#790124 (or 0x790124) is known color: Burgundy. HEX triplet: 79, 01 and 24. RGB value is (121,1,36). Sum of RGB (Red+Green+Blue) = 121+1+36=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #790124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790124 is #86FEDB. Grayscale: #282828. Windows color (decimal): -8847068 or 2359673. OLE color: 2359673.
HSL color Cylindrical-coordinate representation of color #790124: hue angle of 342.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790124 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.53 |
| HSL | 342.5º | 0.98% | 0.24% | - |
| HSV(B) | 342.5º | 0.99% | 0.47% | - |
| XYZ | 8.21 | 4.21 | 2.05 | - |
| YUV | 40.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 36 | 0 | 0.99 | 0.70 | 0.53 | 342.5 | 0.98 | 0.24 |
| Hex | 79 | 1 | 24 | 0 | 63 | 46 | 35 | 156 | 62 | 18 |
| Octal | 171 | 1 | 44 | 0 | 143 | 106 | 65 | 526 | 142 | 30 |
| Binary | 1111001 | 1 | 100100 | 0 | 1100011 | 1000110 | 110101 | 101010110 | 1100010 | 11000 |
Color Harmonies of #790124
Complementary color
Monochromatic Colors of #790124
Black with #790124
Text Example
Text Example
White with #790124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790124; }
p { color: rgb(121,1,36); }
H1.HeaderClassName
{
color: #790124;
}
.AnyTagClassName
{
color: #790124;
}
</style>
background-color css
<style>
a { background-color: #790124; }
a { background-color: rgb(121,1,36); }
div.DivClassName
{
background-color: #790124;
}
.BgClassName
{
background-color: #790124;
}
</style>
border-color css
<style>
span { border-color: #790124; }
span { border-color: rgb(121,1,36); }
td.TdClassName
{
border-color: #790124;
}
.TagClassName
{
border-color: #790124;
}
</style>