Shades of Burgundy #770916
Tints of Burgundy #770916
RGB
CMYK
RGB Variations
Color information
#770916 (or 0x770916) is known color: Burgundy. HEX triplet: 77, 09 and 16. RGB value is (119,9,22). Sum of RGB (Red+Green+Blue) = 119+9+22=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #770916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770916 is #88F6E9. Grayscale: #2B2B2B. Windows color (decimal): -8976106 or 1444215. OLE color: 1444215.
HSL color Cylindrical-coordinate representation of color #770916: hue angle of 352.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770916 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 22 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.53 |
| HSL | 352.91º | 0.86% | 0.25% | - |
| HSV(B) | 352.91º | 0.92% | 0.47% | - |
| XYZ | 7.85 | 4.18 | 1.15 | - |
| YUV | 43.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 22 | 0 | 0.92 | 0.82 | 0.53 | 352.91 | 0.86 | 0.25 |
| Hex | 77 | 9 | 16 | 0 | 5C | 52 | 35 | 161 | 56 | 19 |
| Octal | 167 | 11 | 26 | 0 | 134 | 122 | 65 | 541 | 126 | 31 |
| Binary | 1110111 | 1001 | 10110 | 0 | 1011100 | 1010010 | 110101 | 101100001 | 1010110 | 11001 |
Color Harmonies of #770916
Complementary color
Monochromatic Colors of #770916
Black with #770916
Text Example
Text Example
White with #770916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770916; }
p { color: rgb(119,9,22); }
H1.HeaderClassName
{
color: #770916;
}
.AnyTagClassName
{
color: #770916;
}
</style>
background-color css
<style>
a { background-color: #770916; }
a { background-color: rgb(119,9,22); }
div.DivClassName
{
background-color: #770916;
}
.BgClassName
{
background-color: #770916;
}
</style>
border-color css
<style>
span { border-color: #770916; }
span { border-color: rgb(119,9,22); }
td.TdClassName
{
border-color: #770916;
}
.TagClassName
{
border-color: #770916;
}
</style>