Shades of Burgundy #770020
Tints of Burgundy #770020
RGB
CMYK
RGB Variations
Color information
#770020 (or 0x770020) is known color: Burgundy. HEX triplet: 77, 00 and 20. RGB value is (119,0,32). Sum of RGB (Red+Green+Blue) = 119+0+32=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #770020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770020 is #88FFDF. Grayscale: #272727. Windows color (decimal): -8978400 or 2097271. OLE color: 2097271.
HSL color Cylindrical-coordinate representation of color #770020: hue angle of 343.87º 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 #770020 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.73 | 0.53 |
| HSL | 343.87º | 1% | 0.23% | - |
| HSV(B) | 343.87º | 1% | 0.47% | - |
| XYZ | 7.87 | 4.03 | 1.73 | - |
| YUV | 39.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 32 | 0 | 1 | 0.73 | 0.53 | 343.87 | 1 | 0.23 |
| Hex | 77 | 0 | 20 | 0 | 64 | 49 | 35 | 158 | 64 | 17 |
| Octal | 167 | 0 | 40 | 0 | 144 | 111 | 65 | 530 | 144 | 27 |
| Binary | 1110111 | 0 | 100000 | 0 | 1100100 | 1001001 | 110101 | 101011000 | 1100100 | 10111 |
Color Harmonies of #770020
Complementary color
Monochromatic Colors of #770020
Black with #770020
Text Example
Text Example
White with #770020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770020; }
p { color: rgb(119,0,32); }
H1.HeaderClassName
{
color: #770020;
}
.AnyTagClassName
{
color: #770020;
}
</style>
background-color css
<style>
a { background-color: #770020; }
a { background-color: rgb(119,0,32); }
div.DivClassName
{
background-color: #770020;
}
.BgClassName
{
background-color: #770020;
}
</style>
border-color css
<style>
span { border-color: #770020; }
span { border-color: rgb(119,0,32); }
td.TdClassName
{
border-color: #770020;
}
.TagClassName
{
border-color: #770020;
}
</style>