Shades of Burgundy #790030
Tints of Burgundy #790030
RGB
CMYK
RGB Variations
Color information
#790030 (or 0x790030) is known color: Burgundy. HEX triplet: 79, 00 and 30. RGB value is (121,0,48). Sum of RGB (Red+Green+Blue) = 121+0+48=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #790030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790030 is #86FFCF. Grayscale: #292929. Windows color (decimal): -8847312 or 3145849. OLE color: 3145849.
HSL color Cylindrical-coordinate representation of color #790030: hue angle of 336.2º 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 #790030 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.60 | 0.53 |
| HSL | 336.2º | 1% | 0.24% | - |
| HSV(B) | 336.2º | 1% | 0.47% | - |
| XYZ | 8.42 | 4.28 | 3.18 | - |
| YUV | 41.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 48 | 0 | 1 | 0.60 | 0.53 | 336.2 | 1 | 0.24 |
| Hex | 79 | 0 | 30 | 0 | 64 | 3C | 35 | 150 | 64 | 18 |
| Octal | 171 | 0 | 60 | 0 | 144 | 74 | 65 | 520 | 144 | 30 |
| Binary | 1111001 | 0 | 110000 | 0 | 1100100 | 111100 | 110101 | 101010000 | 1100100 | 11000 |
Color Harmonies of #790030
Complementary color
Monochromatic Colors of #790030
Black with #790030
Text Example
Text Example
White with #790030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790030; }
p { color: rgb(121,0,48); }
H1.HeaderClassName
{
color: #790030;
}
.AnyTagClassName
{
color: #790030;
}
</style>
background-color css
<style>
a { background-color: #790030; }
a { background-color: rgb(121,0,48); }
div.DivClassName
{
background-color: #790030;
}
.BgClassName
{
background-color: #790030;
}
</style>
border-color css
<style>
span { border-color: #790030; }
span { border-color: rgb(121,0,48); }
td.TdClassName
{
border-color: #790030;
}
.TagClassName
{
border-color: #790030;
}
</style>