Shades of Burgundy #79072D
Tints of Burgundy #79072D
RGB
CMYK
RGB Variations
Color information
#79072D (or 0x79072D) is known color: Burgundy. HEX triplet: 79, 07 and 2D. RGB value is (121,7,45). Sum of RGB (Red+Green+Blue) = 121+7+45=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #79072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79072D is #86F8D2. Grayscale: #2D2D2D. Windows color (decimal): -8845523 or 2951033. OLE color: 2951033.
HSL color Cylindrical-coordinate representation of color #79072D: hue angle of 340º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79072D is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 7 | 45 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.53 |
| HSL | 340º | 0.89% | 0.25% | - |
| HSV(B) | 340º | 0.94% | 0.47% | - |
| XYZ | 8.43 | 4.41 | 2.89 | - |
| YUV | 45.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 45 | 0 | 0.94 | 0.63 | 0.53 | 340 | 0.89 | 0.25 |
| Hex | 79 | 7 | 2D | 0 | 5E | 3F | 35 | 154 | 59 | 19 |
| Octal | 171 | 7 | 55 | 0 | 136 | 77 | 65 | 524 | 131 | 31 |
| Binary | 1111001 | 111 | 101101 | 0 | 1011110 | 111111 | 110101 | 101010100 | 1011001 | 11001 |
Color Harmonies of #79072D
Complementary color
Monochromatic Colors of #79072D
Black with #79072D
Text Example
Text Example
White with #79072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79072D; }
p { color: rgb(121,7,45); }
H1.HeaderClassName
{
color: #79072D;
}
.AnyTagClassName
{
color: #79072D;
}
</style>
background-color css
<style>
a { background-color: #79072D; }
a { background-color: rgb(121,7,45); }
div.DivClassName
{
background-color: #79072D;
}
.BgClassName
{
background-color: #79072D;
}
</style>
border-color css
<style>
span { border-color: #79072D; }
span { border-color: rgb(121,7,45); }
td.TdClassName
{
border-color: #79072D;
}
.TagClassName
{
border-color: #79072D;
}
</style>