Shades of Burgundy #77052E
Tints of Burgundy #77052E
RGB
CMYK
RGB Variations
Color information
#77052E (or 0x77052E) is known color: Burgundy. HEX triplet: 77, 05 and 2E. RGB value is (119,5,46). Sum of RGB (Red+Green+Blue) = 119+5+46=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77052E is #88FAD1. Grayscale: #2B2B2B. Windows color (decimal): -8977106 or 3016055. OLE color: 3016055.
HSL color Cylindrical-coordinate representation of color #77052E: hue angle of 338.42º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77052E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 46 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.53 |
| HSL | 338.42º | 0.92% | 0.24% | - |
| HSV(B) | 338.42º | 0.96% | 0.47% | - |
| XYZ | 8.16 | 4.23 | 2.97 | - |
| YUV | 43.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 46 | 0 | 0.96 | 0.61 | 0.53 | 338.42 | 0.92 | 0.24 |
| Hex | 77 | 5 | 2E | 0 | 60 | 3D | 35 | 152 | 5C | 18 |
| Octal | 167 | 5 | 56 | 0 | 140 | 75 | 65 | 522 | 134 | 30 |
| Binary | 1110111 | 101 | 101110 | 0 | 1100000 | 111101 | 110101 | 101010010 | 1011100 | 11000 |
Color Harmonies of #77052E
Complementary color
Monochromatic Colors of #77052E
Black with #77052E
Text Example
Text Example
White with #77052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77052E; }
p { color: rgb(119,5,46); }
H1.HeaderClassName
{
color: #77052E;
}
.AnyTagClassName
{
color: #77052E;
}
</style>
background-color css
<style>
a { background-color: #77052E; }
a { background-color: rgb(119,5,46); }
div.DivClassName
{
background-color: #77052E;
}
.BgClassName
{
background-color: #77052E;
}
</style>
border-color css
<style>
span { border-color: #77052E; }
span { border-color: rgb(119,5,46); }
td.TdClassName
{
border-color: #77052E;
}
.TagClassName
{
border-color: #77052E;
}
</style>