Shades of Burgundy #790028
Tints of Burgundy #790028
RGB
CMYK
RGB Variations
Color information
#790028 (or 0x790028) is known color: Burgundy. HEX triplet: 79, 00 and 28. RGB value is (121,0,40). Sum of RGB (Red+Green+Blue) = 121+0+40=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #790028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790028 is #86FFD7. Grayscale: #282828. Windows color (decimal): -8847320 or 2621561. OLE color: 2621561.
HSL color Cylindrical-coordinate representation of color #790028: hue angle of 340.17º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790028 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.67 | 0.53 |
| HSL | 340.17º | 1% | 0.24% | - |
| HSV(B) | 340.17º | 1% | 0.47% | - |
| XYZ | 8.27 | 4.22 | 2.39 | - |
| YUV | 40.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 40 | 0 | 1 | 0.67 | 0.53 | 340.17 | 1 | 0.24 |
| Hex | 79 | 0 | 28 | 0 | 64 | 43 | 35 | 154 | 64 | 18 |
| Octal | 171 | 0 | 50 | 0 | 144 | 103 | 65 | 524 | 144 | 30 |
| Binary | 1111001 | 0 | 101000 | 0 | 1100100 | 1000011 | 110101 | 101010100 | 1100100 | 11000 |
Color Harmonies of #790028
Complementary color
Monochromatic Colors of #790028
Black with #790028
Text Example
Text Example
White with #790028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790028; }
p { color: rgb(121,0,40); }
H1.HeaderClassName
{
color: #790028;
}
.AnyTagClassName
{
color: #790028;
}
</style>
background-color css
<style>
a { background-color: #790028; }
a { background-color: rgb(121,0,40); }
div.DivClassName
{
background-color: #790028;
}
.BgClassName
{
background-color: #790028;
}
</style>
border-color css
<style>
span { border-color: #790028; }
span { border-color: rgb(121,0,40); }
td.TdClassName
{
border-color: #790028;
}
.TagClassName
{
border-color: #790028;
}
</style>