Shades of Burgundy #770933
Tints of Burgundy #770933
RGB
CMYK
RGB Variations
Color information
#770933 (or 0x770933) is known color: Burgundy. HEX triplet: 77, 09 and 33. RGB value is (119,9,51). Sum of RGB (Red+Green+Blue) = 119+9+51=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #770933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770933 is #88F6CC. Grayscale: #2E2E2E. Windows color (decimal): -8976077 or 3344759. OLE color: 3344759.
HSL color Cylindrical-coordinate representation of color #770933: hue angle of 337.09º 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 #770933 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 51 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.53 |
| HSL | 337.09º | 0.86% | 0.25% | - |
| HSV(B) | 337.09º | 0.92% | 0.47% | - |
| XYZ | 8.3 | 4.36 | 3.54 | - |
| YUV | 46.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 51 | 0 | 0.92 | 0.57 | 0.53 | 337.09 | 0.86 | 0.25 |
| Hex | 77 | 9 | 33 | 0 | 5C | 39 | 35 | 151 | 56 | 19 |
| Octal | 167 | 11 | 63 | 0 | 134 | 71 | 65 | 521 | 126 | 31 |
| Binary | 1110111 | 1001 | 110011 | 0 | 1011100 | 111001 | 110101 | 101010001 | 1010110 | 11001 |
Color Harmonies of #770933
Complementary color
Monochromatic Colors of #770933
Black with #770933
Text Example
Text Example
White with #770933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770933; }
p { color: rgb(119,9,51); }
H1.HeaderClassName
{
color: #770933;
}
.AnyTagClassName
{
color: #770933;
}
</style>
background-color css
<style>
a { background-color: #770933; }
a { background-color: rgb(119,9,51); }
div.DivClassName
{
background-color: #770933;
}
.BgClassName
{
background-color: #770933;
}
</style>
border-color css
<style>
span { border-color: #770933; }
span { border-color: rgb(119,9,51); }
td.TdClassName
{
border-color: #770933;
}
.TagClassName
{
border-color: #770933;
}
</style>