Shades of Burgundy #79051A
Tints of Burgundy #79051A
RGB
CMYK
RGB Variations
Color information
#79051A (or 0x79051A) is known color: Burgundy. HEX triplet: 79, 05 and 1A. RGB value is (121,5,26). Sum of RGB (Red+Green+Blue) = 121+5+26=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #79051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79051A is #86FAE5. Grayscale: #2A2A2A. Windows color (decimal): -8846054 or 1705337. OLE color: 1705337.
HSL color Cylindrical-coordinate representation of color #79051A: hue angle of 349.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79051A is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 26 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.53 |
| HSL | 349.14º | 0.92% | 0.25% | - |
| HSV(B) | 349.14º | 0.96% | 0.47% | - |
| XYZ | 8.13 | 4.25 | 1.37 | - |
| YUV | 42.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 26 | 0 | 0.96 | 0.79 | 0.53 | 349.14 | 0.92 | 0.25 |
| Hex | 79 | 5 | 1A | 0 | 60 | 4F | 35 | 15D | 5C | 19 |
| Octal | 171 | 5 | 32 | 0 | 140 | 117 | 65 | 535 | 134 | 31 |
| Binary | 1111001 | 101 | 11010 | 0 | 1100000 | 1001111 | 110101 | 101011101 | 1011100 | 11001 |
Color Harmonies of #79051A
Complementary color
Monochromatic Colors of #79051A
Black with #79051A
Text Example
Text Example
White with #79051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79051A; }
p { color: rgb(121,5,26); }
H1.HeaderClassName
{
color: #79051A;
}
.AnyTagClassName
{
color: #79051A;
}
</style>
background-color css
<style>
a { background-color: #79051A; }
a { background-color: rgb(121,5,26); }
div.DivClassName
{
background-color: #79051A;
}
.BgClassName
{
background-color: #79051A;
}
</style>
border-color css
<style>
span { border-color: #79051A; }
span { border-color: rgb(121,5,26); }
td.TdClassName
{
border-color: #79051A;
}
.TagClassName
{
border-color: #79051A;
}
</style>