Shades of Burgundy #770114
Tints of Burgundy #770114
RGB
CMYK
RGB Variations
Color information
#770114 (or 0x770114) is known color: Burgundy. HEX triplet: 77, 01 and 14. RGB value is (119,1,20). Sum of RGB (Red+Green+Blue) = 119+1+20=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #770114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770114 is #88FEEB. Grayscale: #262626. Windows color (decimal): -8978156 or 1311095. OLE color: 1311095.
HSL color Cylindrical-coordinate representation of color #770114: hue angle of 350.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770114 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.53 |
| HSL | 350.34º | 0.98% | 0.24% | - |
| HSV(B) | 350.34º | 0.99% | 0.47% | - |
| XYZ | 7.74 | 3.99 | 1.02 | - |
| YUV | 38.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 20 | 0 | 0.99 | 0.83 | 0.53 | 350.34 | 0.98 | 0.24 |
| Hex | 77 | 1 | 14 | 0 | 63 | 53 | 35 | 15E | 62 | 18 |
| Octal | 167 | 1 | 24 | 0 | 143 | 123 | 65 | 536 | 142 | 30 |
| Binary | 1110111 | 1 | 10100 | 0 | 1100011 | 1010011 | 110101 | 101011110 | 1100010 | 11000 |
Color Harmonies of #770114
Complementary color
Monochromatic Colors of #770114
Black with #770114
Text Example
Text Example
White with #770114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770114; }
p { color: rgb(119,1,20); }
H1.HeaderClassName
{
color: #770114;
}
.AnyTagClassName
{
color: #770114;
}
</style>
background-color css
<style>
a { background-color: #770114; }
a { background-color: rgb(119,1,20); }
div.DivClassName
{
background-color: #770114;
}
.BgClassName
{
background-color: #770114;
}
</style>
border-color css
<style>
span { border-color: #770114; }
span { border-color: rgb(119,1,20); }
td.TdClassName
{
border-color: #770114;
}
.TagClassName
{
border-color: #770114;
}
</style>