Shades of Burgundy #770C11
Tints of Burgundy #770C11
RGB
CMYK
RGB Variations
Color information
#770C11 (or 0x770C11) is known color: Burgundy. HEX triplet: 77, 0C and 11. RGB value is (119,12,17). Sum of RGB (Red+Green+Blue) = 119+12+17=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #770C11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C11 is #88F3EE. Grayscale: #2C2C2C. Windows color (decimal): -8975343 or 1117303. OLE color: 1117303.
HSL color Cylindrical-coordinate representation of color #770C11: hue angle of 357.2º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C11 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 17 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.53 |
| HSL | 357.2º | 0.82% | 0.26% | - |
| HSV(B) | 357.2º | 0.9% | 0.47% | - |
| XYZ | 7.84 | 4.23 | 0.93 | - |
| YUV | 44.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 17 | 0 | 0.90 | 0.86 | 0.53 | 357.2 | 0.82 | 0.26 |
| Hex | 77 | C | 11 | 0 | 5A | 56 | 35 | 165 | 52 | 1A |
| Octal | 167 | 14 | 21 | 0 | 132 | 126 | 65 | 545 | 122 | 32 |
| Binary | 1110111 | 1100 | 10001 | 0 | 1011010 | 1010110 | 110101 | 101100101 | 1010010 | 11010 |
Color Harmonies of #770C11
Complementary color
Monochromatic Colors of #770C11
Black with #770C11
Text Example
Text Example
White with #770C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C11; }
p { color: rgb(119,12,17); }
H1.HeaderClassName
{
color: #770C11;
}
.AnyTagClassName
{
color: #770C11;
}
</style>
background-color css
<style>
a { background-color: #770C11; }
a { background-color: rgb(119,12,17); }
div.DivClassName
{
background-color: #770C11;
}
.BgClassName
{
background-color: #770C11;
}
</style>
border-color css
<style>
span { border-color: #770C11; }
span { border-color: rgb(119,12,17); }
td.TdClassName
{
border-color: #770C11;
}
.TagClassName
{
border-color: #770C11;
}
</style>