Shades of Burgundy #770932
Tints of Burgundy #770932
RGB
CMYK
RGB Variations
Color information
#770932 (or 0x770932) is known color: Burgundy. HEX triplet: 77, 09 and 32. RGB value is (119,9,50). Sum of RGB (Red+Green+Blue) = 119+9+50=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #770932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770932 is #88F6CD. Grayscale: #2E2E2E. Windows color (decimal): -8976078 or 3279223. OLE color: 3279223.
HSL color Cylindrical-coordinate representation of color #770932: hue angle of 337.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770932 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 50 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.53 |
| HSL | 337.64º | 0.86% | 0.25% | - |
| HSV(B) | 337.64º | 0.92% | 0.47% | - |
| XYZ | 8.28 | 4.35 | 3.42 | - |
| YUV | 46.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 50 | 0 | 0.92 | 0.58 | 0.53 | 337.64 | 0.86 | 0.25 |
| Hex | 77 | 9 | 32 | 0 | 5C | 3A | 35 | 152 | 56 | 19 |
| Octal | 167 | 11 | 62 | 0 | 134 | 72 | 65 | 522 | 126 | 31 |
| Binary | 1110111 | 1001 | 110010 | 0 | 1011100 | 111010 | 110101 | 101010010 | 1010110 | 11001 |
Color Harmonies of #770932
Complementary color
Monochromatic Colors of #770932
Black with #770932
Text Example
Text Example
White with #770932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770932; }
p { color: rgb(119,9,50); }
H1.HeaderClassName
{
color: #770932;
}
.AnyTagClassName
{
color: #770932;
}
</style>
background-color css
<style>
a { background-color: #770932; }
a { background-color: rgb(119,9,50); }
div.DivClassName
{
background-color: #770932;
}
.BgClassName
{
background-color: #770932;
}
</style>
border-color css
<style>
span { border-color: #770932; }
span { border-color: rgb(119,9,50); }
td.TdClassName
{
border-color: #770932;
}
.TagClassName
{
border-color: #770932;
}
</style>