Shades of Burgundy #77080E
Tints of Burgundy #77080E
RGB
CMYK
RGB Variations
Color information
#77080E (or 0x77080E) is known color: Burgundy. HEX triplet: 77, 08 and 0E. RGB value is (119,8,14). Sum of RGB (Red+Green+Blue) = 119+8+14=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #77080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77080E is #88F7F1. Grayscale: #292929. Windows color (decimal): -8976370 or 919671. OLE color: 919671.
HSL color Cylindrical-coordinate representation of color #77080E: hue angle of 356.76º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77080E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 14 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.53 |
| HSL | 356.76º | 0.87% | 0.25% | - |
| HSV(B) | 356.76º | 0.93% | 0.47% | - |
| XYZ | 7.77 | 4.13 | 0.8 | - |
| YUV | 41.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 14 | 0 | 0.93 | 0.88 | 0.53 | 356.76 | 0.87 | 0.25 |
| Hex | 77 | 8 | E | 0 | 5D | 58 | 35 | 165 | 57 | 19 |
| Octal | 167 | 10 | 16 | 0 | 135 | 130 | 65 | 545 | 127 | 31 |
| Binary | 1110111 | 1000 | 1110 | 0 | 1011101 | 1011000 | 110101 | 101100101 | 1010111 | 11001 |
Color Harmonies of #77080E
Complementary color
Monochromatic Colors of #77080E
Black with #77080E
Text Example
Text Example
White with #77080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77080E; }
p { color: rgb(119,8,14); }
H1.HeaderClassName
{
color: #77080E;
}
.AnyTagClassName
{
color: #77080E;
}
</style>
background-color css
<style>
a { background-color: #77080E; }
a { background-color: rgb(119,8,14); }
div.DivClassName
{
background-color: #77080E;
}
.BgClassName
{
background-color: #77080E;
}
</style>
border-color css
<style>
span { border-color: #77080E; }
span { border-color: rgb(119,8,14); }
td.TdClassName
{
border-color: #77080E;
}
.TagClassName
{
border-color: #77080E;
}
</style>