Shades of Burgundy #79012C
Tints of Burgundy #79012C
RGB
CMYK
RGB Variations
Color information
#79012C (or 0x79012C) is known color: Burgundy. HEX triplet: 79, 01 and 2C. RGB value is (121,1,44). Sum of RGB (Red+Green+Blue) = 121+1+44=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #79012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79012C is #86FED3. Grayscale: #292929. Windows color (decimal): -8847060 or 2883961. OLE color: 2883961.
HSL color Cylindrical-coordinate representation of color #79012C: hue angle of 338.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79012C is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.53 |
| HSL | 338.5º | 0.98% | 0.24% | - |
| HSV(B) | 338.5º | 0.99% | 0.47% | - |
| XYZ | 8.35 | 4.27 | 2.77 | - |
| YUV | 41.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 44 | 0 | 0.99 | 0.64 | 0.53 | 338.5 | 0.98 | 0.24 |
| Hex | 79 | 1 | 2C | 0 | 63 | 40 | 35 | 152 | 62 | 18 |
| Octal | 171 | 1 | 54 | 0 | 143 | 100 | 65 | 522 | 142 | 30 |
| Binary | 1111001 | 1 | 101100 | 0 | 1100011 | 1000000 | 110101 | 101010010 | 1100010 | 11000 |
Color Harmonies of #79012C
Complementary color
Monochromatic Colors of #79012C
Black with #79012C
Text Example
Text Example
White with #79012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79012C; }
p { color: rgb(121,1,44); }
H1.HeaderClassName
{
color: #79012C;
}
.AnyTagClassName
{
color: #79012C;
}
</style>
background-color css
<style>
a { background-color: #79012C; }
a { background-color: rgb(121,1,44); }
div.DivClassName
{
background-color: #79012C;
}
.BgClassName
{
background-color: #79012C;
}
</style>
border-color css
<style>
span { border-color: #79012C; }
span { border-color: rgb(121,1,44); }
td.TdClassName
{
border-color: #79012C;
}
.TagClassName
{
border-color: #79012C;
}
</style>