Shades of Burgundy #79000F
Tints of Burgundy #79000F
RGB
CMYK
RGB Variations
Color information
#79000F (or 0x79000F) is known color: Burgundy. HEX triplet: 79, 00 and 0F. RGB value is (121,0,15). Sum of RGB (Red+Green+Blue) = 121+0+15=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #79000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79000F is #86FFF0. Grayscale: #252525. Windows color (decimal): -8847345 or 983161. OLE color: 983161.
HSL color Cylindrical-coordinate representation of color #79000F: hue angle of 352.56º 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 #79000F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.88 | 0.53 |
| HSL | 352.56º | 1% | 0.24% | - |
| HSV(B) | 352.56º | 1% | 0.47% | - |
| XYZ | 7.97 | 4.1 | 0.82 | - |
| YUV | 37.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 15 | 0 | 1 | 0.88 | 0.53 | 352.56 | 1 | 0.24 |
| Hex | 79 | 0 | F | 0 | 64 | 58 | 35 | 161 | 64 | 18 |
| Octal | 171 | 0 | 17 | 0 | 144 | 130 | 65 | 541 | 144 | 30 |
| Binary | 1111001 | 0 | 1111 | 0 | 1100100 | 1011000 | 110101 | 101100001 | 1100100 | 11000 |
Color Harmonies of #79000F
Complementary color
Monochromatic Colors of #79000F
Black with #79000F
Text Example
Text Example
White with #79000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79000F; }
p { color: rgb(121,0,15); }
H1.HeaderClassName
{
color: #79000F;
}
.AnyTagClassName
{
color: #79000F;
}
</style>
background-color css
<style>
a { background-color: #79000F; }
a { background-color: rgb(121,0,15); }
div.DivClassName
{
background-color: #79000F;
}
.BgClassName
{
background-color: #79000F;
}
</style>
border-color css
<style>
span { border-color: #79000F; }
span { border-color: rgb(121,0,15); }
td.TdClassName
{
border-color: #79000F;
}
.TagClassName
{
border-color: #79000F;
}
</style>