Shades of Burgundy #77052D
Tints of Burgundy #77052D
RGB
CMYK
RGB Variations
Color information
#77052D (or 0x77052D) is known color: Burgundy. HEX triplet: 77, 05 and 2D. RGB value is (119,5,45). Sum of RGB (Red+Green+Blue) = 119+5+45=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77052D is #88FAD2. Grayscale: #2B2B2B. Windows color (decimal): -8977107 or 2950519. OLE color: 2950519.
HSL color Cylindrical-coordinate representation of color #77052D: hue angle of 338.95º 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 #77052D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 45 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.53 |
| HSL | 338.95º | 0.92% | 0.24% | - |
| HSV(B) | 338.95º | 0.96% | 0.47% | - |
| XYZ | 8.14 | 4.22 | 2.87 | - |
| YUV | 43.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 45 | 0 | 0.96 | 0.62 | 0.53 | 338.95 | 0.92 | 0.24 |
| Hex | 77 | 5 | 2D | 0 | 60 | 3E | 35 | 153 | 5C | 18 |
| Octal | 167 | 5 | 55 | 0 | 140 | 76 | 65 | 523 | 134 | 30 |
| Binary | 1110111 | 101 | 101101 | 0 | 1100000 | 111110 | 110101 | 101010011 | 1011100 | 11000 |
Color Harmonies of #77052D
Complementary color
Monochromatic Colors of #77052D
Black with #77052D
Text Example
Text Example
White with #77052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77052D; }
p { color: rgb(119,5,45); }
H1.HeaderClassName
{
color: #77052D;
}
.AnyTagClassName
{
color: #77052D;
}
</style>
background-color css
<style>
a { background-color: #77052D; }
a { background-color: rgb(119,5,45); }
div.DivClassName
{
background-color: #77052D;
}
.BgClassName
{
background-color: #77052D;
}
</style>
border-color css
<style>
span { border-color: #77052D; }
span { border-color: rgb(119,5,45); }
td.TdClassName
{
border-color: #77052D;
}
.TagClassName
{
border-color: #77052D;
}
</style>