Shades of Burgundy #77071E
Tints of Burgundy #77071E
RGB
CMYK
RGB Variations
Color information
#77071E (or 0x77071E) is known color: Burgundy. HEX triplet: 77, 07 and 1E. RGB value is (119,7,30). Sum of RGB (Red+Green+Blue) = 119+7+30=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #77071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77071E is #88F8E1. Grayscale: #2B2B2B. Windows color (decimal): -8976610 or 1967991. OLE color: 1967991.
HSL color Cylindrical-coordinate representation of color #77071E: hue angle of 347.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77071E is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 30 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.53 |
| HSL | 347.68º | 0.89% | 0.25% | - |
| HSV(B) | 347.68º | 0.94% | 0.47% | - |
| XYZ | 7.92 | 4.17 | 1.62 | - |
| YUV | 43.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 30 | 0 | 0.94 | 0.75 | 0.53 | 347.68 | 0.89 | 0.25 |
| Hex | 77 | 7 | 1E | 0 | 5E | 4B | 35 | 15C | 59 | 19 |
| Octal | 167 | 7 | 36 | 0 | 136 | 113 | 65 | 534 | 131 | 31 |
| Binary | 1110111 | 111 | 11110 | 0 | 1011110 | 1001011 | 110101 | 101011100 | 1011001 | 11001 |
Color Harmonies of #77071E
Complementary color
Monochromatic Colors of #77071E
Black with #77071E
Text Example
Text Example
White with #77071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77071E; }
p { color: rgb(119,7,30); }
H1.HeaderClassName
{
color: #77071E;
}
.AnyTagClassName
{
color: #77071E;
}
</style>
background-color css
<style>
a { background-color: #77071E; }
a { background-color: rgb(119,7,30); }
div.DivClassName
{
background-color: #77071E;
}
.BgClassName
{
background-color: #77071E;
}
</style>
border-color css
<style>
span { border-color: #77071E; }
span { border-color: rgb(119,7,30); }
td.TdClassName
{
border-color: #77071E;
}
.TagClassName
{
border-color: #77071E;
}
</style>