Shades of Burgundy #770420
Tints of Burgundy #770420
RGB
CMYK
RGB Variations
Color information
#770420 (or 0x770420) is known color: Burgundy. HEX triplet: 77, 04 and 20. RGB value is (119,4,32). Sum of RGB (Red+Green+Blue) = 119+4+32=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #770420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770420 is #88FBDF. Grayscale: #292929. Windows color (decimal): -8977376 or 2098295. OLE color: 2098295.
HSL color Cylindrical-coordinate representation of color #770420: hue angle of 345.39º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770420 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 4 | 32 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.53 |
| HSL | 345.39º | 0.93% | 0.24% | - |
| HSV(B) | 345.39º | 0.97% | 0.47% | - |
| XYZ | 7.91 | 4.11 | 1.74 | - |
| YUV | 41.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 32 | 0 | 0.97 | 0.73 | 0.53 | 345.39 | 0.93 | 0.24 |
| Hex | 77 | 4 | 20 | 0 | 61 | 49 | 35 | 159 | 5D | 18 |
| Octal | 167 | 4 | 40 | 0 | 141 | 111 | 65 | 531 | 135 | 30 |
| Binary | 1110111 | 100 | 100000 | 0 | 1100001 | 1001001 | 110101 | 101011001 | 1011101 | 11000 |
Color Harmonies of #770420
Complementary color
Monochromatic Colors of #770420
Black with #770420
Text Example
Text Example
White with #770420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770420; }
p { color: rgb(119,4,32); }
H1.HeaderClassName
{
color: #770420;
}
.AnyTagClassName
{
color: #770420;
}
</style>
background-color css
<style>
a { background-color: #770420; }
a { background-color: rgb(119,4,32); }
div.DivClassName
{
background-color: #770420;
}
.BgClassName
{
background-color: #770420;
}
</style>
border-color css
<style>
span { border-color: #770420; }
span { border-color: rgb(119,4,32); }
td.TdClassName
{
border-color: #770420;
}
.TagClassName
{
border-color: #770420;
}
</style>