Shades of Burgundy #77051B
Tints of Burgundy #77051B
RGB
CMYK
RGB Variations
Color information
#77051B (or 0x77051B) is known color: Burgundy. HEX triplet: 77, 05 and 1B. RGB value is (119,5,27). Sum of RGB (Red+Green+Blue) = 119+5+27=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #77051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77051B is #88FAE4. Grayscale: #292929. Windows color (decimal): -8977125 or 1770871. OLE color: 1770871.
HSL color Cylindrical-coordinate representation of color #77051B: hue angle of 348.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 #77051B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 27 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.53 |
| HSL | 348.42º | 0.92% | 0.24% | - |
| HSV(B) | 348.42º | 0.96% | 0.47% | - |
| XYZ | 7.86 | 4.11 | 1.42 | - |
| YUV | 41.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 27 | 0 | 0.96 | 0.77 | 0.53 | 348.42 | 0.92 | 0.24 |
| Hex | 77 | 5 | 1B | 0 | 60 | 4D | 35 | 15C | 5C | 18 |
| Octal | 167 | 5 | 33 | 0 | 140 | 115 | 65 | 534 | 134 | 30 |
| Binary | 1110111 | 101 | 11011 | 0 | 1100000 | 1001101 | 110101 | 101011100 | 1011100 | 11000 |
Color Harmonies of #77051B
Complementary color
Monochromatic Colors of #77051B
Black with #77051B
Text Example
Text Example
White with #77051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77051B; }
p { color: rgb(119,5,27); }
H1.HeaderClassName
{
color: #77051B;
}
.AnyTagClassName
{
color: #77051B;
}
</style>
background-color css
<style>
a { background-color: #77051B; }
a { background-color: rgb(119,5,27); }
div.DivClassName
{
background-color: #77051B;
}
.BgClassName
{
background-color: #77051B;
}
</style>
border-color css
<style>
span { border-color: #77051B; }
span { border-color: rgb(119,5,27); }
td.TdClassName
{
border-color: #77051B;
}
.TagClassName
{
border-color: #77051B;
}
</style>