Shades of Burgundy #790215
Tints of Burgundy #790215
RGB
CMYK
RGB Variations
Color information
#790215 (or 0x790215) is known color: Burgundy. HEX triplet: 79, 02 and 15. RGB value is (121,2,21). Sum of RGB (Red+Green+Blue) = 121+2+21=144 (19% of max value = 765). Red value is 121 (47.66% from 255 or 84.03% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 121 - color contains mainly: red. Hex color #790215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790215 is #86FDEA. Grayscale: #272727. Windows color (decimal): -8846827 or 1376889. OLE color: 1376889.
HSL color Cylindrical-coordinate representation of color #790215: hue angle of 350.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790215 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 2 | 21 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.53 |
| HSL | 350.42º | 0.97% | 0.24% | - |
| HSV(B) | 350.42º | 0.98% | 0.47% | - |
| XYZ | 8.04 | 4.16 | 1.09 | - |
| YUV | 39.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 21 | 0 | 0.98 | 0.83 | 0.53 | 350.42 | 0.97 | 0.24 |
| Hex | 79 | 2 | 15 | 0 | 62 | 53 | 35 | 15E | 61 | 18 |
| Octal | 171 | 2 | 25 | 0 | 142 | 123 | 65 | 536 | 141 | 30 |
| Binary | 1111001 | 10 | 10101 | 0 | 1100010 | 1010011 | 110101 | 101011110 | 1100001 | 11000 |
Color Harmonies of #790215
Complementary color
Monochromatic Colors of #790215
Black with #790215
Text Example
Text Example
White with #790215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790215; }
p { color: rgb(121,2,21); }
H1.HeaderClassName
{
color: #790215;
}
.AnyTagClassName
{
color: #790215;
}
</style>
background-color css
<style>
a { background-color: #790215; }
a { background-color: rgb(121,2,21); }
div.DivClassName
{
background-color: #790215;
}
.BgClassName
{
background-color: #790215;
}
</style>
border-color css
<style>
span { border-color: #790215; }
span { border-color: rgb(121,2,21); }
td.TdClassName
{
border-color: #790215;
}
.TagClassName
{
border-color: #790215;
}
</style>