Shades of Burgundy #79000C
Tints of Burgundy #79000C
RGB
CMYK
RGB Variations
Color information
#79000C (or 0x79000C) is known color: Burgundy. HEX triplet: 79, 00 and 0C. RGB value is (121,0,12). Sum of RGB (Red+Green+Blue) = 121+0+12=133 (17% of max value = 765). Red value is 121 (47.66% from 255 or 90.98% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 121 - color contains mainly: red. Hex color #79000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79000C is #86FFF3. Grayscale: #252525. Windows color (decimal): -8847348 or 786553. OLE color: 786553.
HSL color Cylindrical-coordinate representation of color #79000C: hue angle of 354.05º 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 #79000C is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.90 | 0.53 |
| HSL | 354.05º | 1% | 0.24% | - |
| HSV(B) | 354.05º | 1% | 0.47% | - |
| XYZ | 7.95 | 4.09 | 0.72 | - |
| YUV | 37.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 12 | 0 | 1 | 0.90 | 0.53 | 354.05 | 1 | 0.24 |
| Hex | 79 | 0 | C | 0 | 64 | 5A | 35 | 162 | 64 | 18 |
| Octal | 171 | 0 | 14 | 0 | 144 | 132 | 65 | 542 | 144 | 30 |
| Binary | 1111001 | 0 | 1100 | 0 | 1100100 | 1011010 | 110101 | 101100010 | 1100100 | 11000 |
Color Harmonies of #79000C
Complementary color
Monochromatic Colors of #79000C
Black with #79000C
Text Example
Text Example
White with #79000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79000C; }
p { color: rgb(121,0,12); }
H1.HeaderClassName
{
color: #79000C;
}
.AnyTagClassName
{
color: #79000C;
}
</style>
background-color css
<style>
a { background-color: #79000C; }
a { background-color: rgb(121,0,12); }
div.DivClassName
{
background-color: #79000C;
}
.BgClassName
{
background-color: #79000C;
}
</style>
border-color css
<style>
span { border-color: #79000C; }
span { border-color: rgb(121,0,12); }
td.TdClassName
{
border-color: #79000C;
}
.TagClassName
{
border-color: #79000C;
}
</style>