Shades of Burgundy #79000D
Tints of Burgundy #79000D
RGB
CMYK
RGB Variations
Color information
#79000D (or 0x79000D) is known color: Burgundy. HEX triplet: 79, 00 and 0D. RGB value is (121,0,13). Sum of RGB (Red+Green+Blue) = 121+0+13=134 (17% of max value = 765). Red value is 121 (47.66% from 255 or 90.30% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 121 - color contains mainly: red. Hex color #79000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79000D is #86FFF2. Grayscale: #252525. Windows color (decimal): -8847347 or 852089. OLE color: 852089.
HSL color Cylindrical-coordinate representation of color #79000D: hue angle of 353.55º 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 #79000D is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.89 | 0.53 |
| HSL | 353.55º | 1% | 0.24% | - |
| HSV(B) | 353.55º | 1% | 0.47% | - |
| XYZ | 7.96 | 4.09 | 0.75 | - |
| YUV | 37.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 13 | 0 | 1 | 0.89 | 0.53 | 353.55 | 1 | 0.24 |
| Hex | 79 | 0 | D | 0 | 64 | 59 | 35 | 162 | 64 | 18 |
| Octal | 171 | 0 | 15 | 0 | 144 | 131 | 65 | 542 | 144 | 30 |
| Binary | 1111001 | 0 | 1101 | 0 | 1100100 | 1011001 | 110101 | 101100010 | 1100100 | 11000 |
Color Harmonies of #79000D
Complementary color
Monochromatic Colors of #79000D
Black with #79000D
Text Example
Text Example
White with #79000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79000D; }
p { color: rgb(121,0,13); }
H1.HeaderClassName
{
color: #79000D;
}
.AnyTagClassName
{
color: #79000D;
}
</style>
background-color css
<style>
a { background-color: #79000D; }
a { background-color: rgb(121,0,13); }
div.DivClassName
{
background-color: #79000D;
}
.BgClassName
{
background-color: #79000D;
}
</style>
border-color css
<style>
span { border-color: #79000D; }
span { border-color: rgb(121,0,13); }
td.TdClassName
{
border-color: #79000D;
}
.TagClassName
{
border-color: #79000D;
}
</style>