Shades of Burgundy #770214
Tints of Burgundy #770214
RGB
CMYK
RGB Variations
Color information
#770214 (or 0x770214) is known color: Burgundy. HEX triplet: 77, 02 and 14. RGB value is (119,2,20). Sum of RGB (Red+Green+Blue) = 119+2+20=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #770214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770214 is #88FDEB. Grayscale: #272727. Windows color (decimal): -8977900 or 1311351. OLE color: 1311351.
HSL color Cylindrical-coordinate representation of color #770214: hue angle of 350.77º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770214 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 20 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.53 |
| HSL | 350.77º | 0.97% | 0.24% | - |
| HSV(B) | 350.77º | 0.98% | 0.47% | - |
| XYZ | 7.76 | 4.02 | 1.03 | - |
| YUV | 39.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 20 | 0 | 0.98 | 0.83 | 0.53 | 350.77 | 0.97 | 0.24 |
| Hex | 77 | 2 | 14 | 0 | 62 | 53 | 35 | 15F | 61 | 18 |
| Octal | 167 | 2 | 24 | 0 | 142 | 123 | 65 | 537 | 141 | 30 |
| Binary | 1110111 | 10 | 10100 | 0 | 1100010 | 1010011 | 110101 | 101011111 | 1100001 | 11000 |
Color Harmonies of #770214
Complementary color
Monochromatic Colors of #770214
Black with #770214
Text Example
Text Example
White with #770214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770214; }
p { color: rgb(119,2,20); }
H1.HeaderClassName
{
color: #770214;
}
.AnyTagClassName
{
color: #770214;
}
</style>
background-color css
<style>
a { background-color: #770214; }
a { background-color: rgb(119,2,20); }
div.DivClassName
{
background-color: #770214;
}
.BgClassName
{
background-color: #770214;
}
</style>
border-color css
<style>
span { border-color: #770214; }
span { border-color: rgb(119,2,20); }
td.TdClassName
{
border-color: #770214;
}
.TagClassName
{
border-color: #770214;
}
</style>