Shades of Burgundy #770620
Tints of Burgundy #770620
RGB
CMYK
RGB Variations
Color information
#770620 (or 0x770620) is known color: Burgundy. HEX triplet: 77, 06 and 20. RGB value is (119,6,32). Sum of RGB (Red+Green+Blue) = 119+6+32=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #770620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770620 is #88F9DF. Grayscale: #2A2A2A. Windows color (decimal): -8976864 or 2098807. OLE color: 2098807.
HSL color Cylindrical-coordinate representation of color #770620: hue angle of 346.19º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770620 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 32 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.53 |
| HSL | 346.19º | 0.9% | 0.25% | - |
| HSV(B) | 346.19º | 0.95% | 0.47% | - |
| XYZ | 7.93 | 4.16 | 1.75 | - |
| YUV | 42.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 32 | 0 | 0.95 | 0.73 | 0.53 | 346.19 | 0.9 | 0.25 |
| Hex | 77 | 6 | 20 | 0 | 5F | 49 | 35 | 15A | 5A | 19 |
| Octal | 167 | 6 | 40 | 0 | 137 | 111 | 65 | 532 | 132 | 31 |
| Binary | 1110111 | 110 | 100000 | 0 | 1011111 | 1001001 | 110101 | 101011010 | 1011010 | 11001 |
Color Harmonies of #770620
Complementary color
Monochromatic Colors of #770620
Black with #770620
Text Example
Text Example
White with #770620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770620; }
p { color: rgb(119,6,32); }
H1.HeaderClassName
{
color: #770620;
}
.AnyTagClassName
{
color: #770620;
}
</style>
background-color css
<style>
a { background-color: #770620; }
a { background-color: rgb(119,6,32); }
div.DivClassName
{
background-color: #770620;
}
.BgClassName
{
background-color: #770620;
}
</style>
border-color css
<style>
span { border-color: #770620; }
span { border-color: rgb(119,6,32); }
td.TdClassName
{
border-color: #770620;
}
.TagClassName
{
border-color: #770620;
}
</style>