Shades of Burgundy #790715
Tints of Burgundy #790715
RGB
CMYK
RGB Variations
Color information
#790715 (or 0x790715) is known color: Burgundy. HEX triplet: 79, 07 and 15. RGB value is (121,7,21). Sum of RGB (Red+Green+Blue) = 121+7+21=149 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.21% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 121 - color contains mainly: red. Hex color #790715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790715 is #86F8EA. Grayscale: #2A2A2A. Windows color (decimal): -8845547 or 1378169. OLE color: 1378169.
HSL color Cylindrical-coordinate representation of color #790715: hue angle of 352.63º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790715 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 7 | 21 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.53 |
| HSL | 352.63º | 0.89% | 0.25% | - |
| HSV(B) | 352.63º | 0.94% | 0.47% | - |
| XYZ | 8.1 | 4.27 | 1.11 | - |
| YUV | 42.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 21 | 0 | 0.94 | 0.83 | 0.53 | 352.63 | 0.89 | 0.25 |
| Hex | 79 | 7 | 15 | 0 | 5E | 53 | 35 | 161 | 59 | 19 |
| Octal | 171 | 7 | 25 | 0 | 136 | 123 | 65 | 541 | 131 | 31 |
| Binary | 1111001 | 111 | 10101 | 0 | 1011110 | 1010011 | 110101 | 101100001 | 1011001 | 11001 |
Color Harmonies of #790715
Complementary color
Monochromatic Colors of #790715
Black with #790715
Text Example
Text Example
White with #790715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790715; }
p { color: rgb(121,7,21); }
H1.HeaderClassName
{
color: #790715;
}
.AnyTagClassName
{
color: #790715;
}
</style>
background-color css
<style>
a { background-color: #790715; }
a { background-color: rgb(121,7,21); }
div.DivClassName
{
background-color: #790715;
}
.BgClassName
{
background-color: #790715;
}
</style>
border-color css
<style>
span { border-color: #790715; }
span { border-color: rgb(121,7,21); }
td.TdClassName
{
border-color: #790715;
}
.TagClassName
{
border-color: #790715;
}
</style>