Shades of Burgundy #77071B
Tints of Burgundy #77071B
RGB
CMYK
RGB Variations
Color information
#77071B (or 0x77071B) is known color: Burgundy. HEX triplet: 77, 07 and 1B. RGB value is (119,7,27). Sum of RGB (Red+Green+Blue) = 119+7+27=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #77071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77071B is #88F8E4. Grayscale: #2A2A2A. Windows color (decimal): -8976613 or 1771383. OLE color: 1771383.
HSL color Cylindrical-coordinate representation of color #77071B: hue angle of 349.29º 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 #77071B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 27 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.53 |
| HSL | 349.29º | 0.89% | 0.25% | - |
| HSV(B) | 349.29º | 0.94% | 0.47% | - |
| XYZ | 7.88 | 4.15 | 1.42 | - |
| YUV | 42.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 27 | 0 | 0.94 | 0.77 | 0.53 | 349.29 | 0.89 | 0.25 |
| Hex | 77 | 7 | 1B | 0 | 5E | 4D | 35 | 15D | 59 | 19 |
| Octal | 167 | 7 | 33 | 0 | 136 | 115 | 65 | 535 | 131 | 31 |
| Binary | 1110111 | 111 | 11011 | 0 | 1011110 | 1001101 | 110101 | 101011101 | 1011001 | 11001 |
Color Harmonies of #77071B
Complementary color
Monochromatic Colors of #77071B
Black with #77071B
Text Example
Text Example
White with #77071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77071B; }
p { color: rgb(119,7,27); }
H1.HeaderClassName
{
color: #77071B;
}
.AnyTagClassName
{
color: #77071B;
}
</style>
background-color css
<style>
a { background-color: #77071B; }
a { background-color: rgb(119,7,27); }
div.DivClassName
{
background-color: #77071B;
}
.BgClassName
{
background-color: #77071B;
}
</style>
border-color css
<style>
span { border-color: #77071B; }
span { border-color: rgb(119,7,27); }
td.TdClassName
{
border-color: #77071B;
}
.TagClassName
{
border-color: #77071B;
}
</style>