Shades of Burgundy #770014
Tints of Burgundy #770014
RGB
CMYK
RGB Variations
Color information
#770014 (or 0x770014) is known color: Burgundy. HEX triplet: 77, 00 and 14. RGB value is (119,0,20). Sum of RGB (Red+Green+Blue) = 119+0+20=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #770014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770014 is #88FFEB. Grayscale: #252525. Windows color (decimal): -8978412 or 1310839. OLE color: 1310839.
HSL color Cylindrical-coordinate representation of color #770014: hue angle of 349.92º 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 #770014 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.83 | 0.53 |
| HSL | 349.92º | 1% | 0.23% | - |
| HSV(B) | 349.92º | 1% | 0.47% | - |
| XYZ | 7.73 | 3.97 | 1.02 | - |
| YUV | 37.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 20 | 0 | 1 | 0.83 | 0.53 | 349.92 | 1 | 0.23 |
| Hex | 77 | 0 | 14 | 0 | 64 | 53 | 35 | 15E | 64 | 17 |
| Octal | 167 | 0 | 24 | 0 | 144 | 123 | 65 | 536 | 144 | 27 |
| Binary | 1110111 | 0 | 10100 | 0 | 1100100 | 1010011 | 110101 | 101011110 | 1100100 | 10111 |
Color Harmonies of #770014
Complementary color
Monochromatic Colors of #770014
Black with #770014
Text Example
Text Example
White with #770014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770014; }
p { color: rgb(119,0,20); }
H1.HeaderClassName
{
color: #770014;
}
.AnyTagClassName
{
color: #770014;
}
</style>
background-color css
<style>
a { background-color: #770014; }
a { background-color: rgb(119,0,20); }
div.DivClassName
{
background-color: #770014;
}
.BgClassName
{
background-color: #770014;
}
</style>
border-color css
<style>
span { border-color: #770014; }
span { border-color: rgb(119,0,20); }
td.TdClassName
{
border-color: #770014;
}
.TagClassName
{
border-color: #770014;
}
</style>