Shades of Burgundy #770011
Tints of Burgundy #770011
RGB
CMYK
RGB Variations
Color information
#770011 (or 0x770011) is known color: Burgundy. HEX triplet: 77, 00 and 11. RGB value is (119,0,17). Sum of RGB (Red+Green+Blue) = 119+0+17=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #770011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770011 is #88FFEE. Grayscale: #252525. Windows color (decimal): -8978415 or 1114231. OLE color: 1114231.
HSL color Cylindrical-coordinate representation of color #770011: hue angle of 351.43º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770011 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.86 | 0.53 |
| HSL | 351.43º | 1% | 0.23% | - |
| HSV(B) | 351.43º | 1% | 0.47% | - |
| XYZ | 7.71 | 3.96 | 0.89 | - |
| YUV | 37.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 17 | 0 | 1 | 0.86 | 0.53 | 351.43 | 1 | 0.23 |
| Hex | 77 | 0 | 11 | 0 | 64 | 56 | 35 | 15F | 64 | 17 |
| Octal | 167 | 0 | 21 | 0 | 144 | 126 | 65 | 537 | 144 | 27 |
| Binary | 1110111 | 0 | 10001 | 0 | 1100100 | 1010110 | 110101 | 101011111 | 1100100 | 10111 |
Color Harmonies of #770011
Complementary color
Monochromatic Colors of #770011
Black with #770011
Text Example
Text Example
White with #770011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770011; }
p { color: rgb(119,0,17); }
H1.HeaderClassName
{
color: #770011;
}
.AnyTagClassName
{
color: #770011;
}
</style>
background-color css
<style>
a { background-color: #770011; }
a { background-color: rgb(119,0,17); }
div.DivClassName
{
background-color: #770011;
}
.BgClassName
{
background-color: #770011;
}
</style>
border-color css
<style>
span { border-color: #770011; }
span { border-color: rgb(119,0,17); }
td.TdClassName
{
border-color: #770011;
}
.TagClassName
{
border-color: #770011;
}
</style>