Shades of Burgundy #77051C
Tints of Burgundy #77051C
RGB
CMYK
RGB Variations
Color information
#77051C (or 0x77051C) is known color: Burgundy. HEX triplet: 77, 05 and 1C. RGB value is (119,5,28). Sum of RGB (Red+Green+Blue) = 119+5+28=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #77051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77051C is #88FAE3. Grayscale: #292929. Windows color (decimal): -8977124 or 1836407. OLE color: 1836407.
HSL color Cylindrical-coordinate representation of color #77051C: hue angle of 347.89º 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 #77051C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 28 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.53 |
| HSL | 347.89º | 0.92% | 0.24% | - |
| HSV(B) | 347.89º | 0.96% | 0.47% | - |
| XYZ | 7.87 | 4.11 | 1.48 | - |
| YUV | 41.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 28 | 0 | 0.96 | 0.76 | 0.53 | 347.89 | 0.92 | 0.24 |
| Hex | 77 | 5 | 1C | 0 | 60 | 4C | 35 | 15C | 5C | 18 |
| Octal | 167 | 5 | 34 | 0 | 140 | 114 | 65 | 534 | 134 | 30 |
| Binary | 1110111 | 101 | 11100 | 0 | 1100000 | 1001100 | 110101 | 101011100 | 1011100 | 11000 |
Color Harmonies of #77051C
Complementary color
Monochromatic Colors of #77051C
Black with #77051C
Text Example
Text Example
White with #77051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77051C; }
p { color: rgb(119,5,28); }
H1.HeaderClassName
{
color: #77051C;
}
.AnyTagClassName
{
color: #77051C;
}
</style>
background-color css
<style>
a { background-color: #77051C; }
a { background-color: rgb(119,5,28); }
div.DivClassName
{
background-color: #77051C;
}
.BgClassName
{
background-color: #77051C;
}
</style>
border-color css
<style>
span { border-color: #77051C; }
span { border-color: rgb(119,5,28); }
td.TdClassName
{
border-color: #77051C;
}
.TagClassName
{
border-color: #77051C;
}
</style>