Shades of Burgundy #770929
Tints of Burgundy #770929
RGB
CMYK
RGB Variations
Color information
#770929 (or 0x770929) is known color: Burgundy. HEX triplet: 77, 09 and 29. RGB value is (119,9,41). Sum of RGB (Red+Green+Blue) = 119+9+41=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #770929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770929 is #88F6D6. Grayscale: #2D2D2D. Windows color (decimal): -8976087 or 2689399. OLE color: 2689399.
HSL color Cylindrical-coordinate representation of color #770929: hue angle of 342.55º 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 #770929 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 41 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.53 |
| HSL | 342.55º | 0.86% | 0.25% | - |
| HSV(B) | 342.55º | 0.92% | 0.47% | - |
| XYZ | 8.11 | 4.28 | 2.5 | - |
| YUV | 45.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 41 | 0 | 0.92 | 0.66 | 0.53 | 342.55 | 0.86 | 0.25 |
| Hex | 77 | 9 | 29 | 0 | 5C | 42 | 35 | 157 | 56 | 19 |
| Octal | 167 | 11 | 51 | 0 | 134 | 102 | 65 | 527 | 126 | 31 |
| Binary | 1110111 | 1001 | 101001 | 0 | 1011100 | 1000010 | 110101 | 101010111 | 1010110 | 11001 |
Color Harmonies of #770929
Complementary color
Monochromatic Colors of #770929
Black with #770929
Text Example
Text Example
White with #770929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770929; }
p { color: rgb(119,9,41); }
H1.HeaderClassName
{
color: #770929;
}
.AnyTagClassName
{
color: #770929;
}
</style>
background-color css
<style>
a { background-color: #770929; }
a { background-color: rgb(119,9,41); }
div.DivClassName
{
background-color: #770929;
}
.BgClassName
{
background-color: #770929;
}
</style>
border-color css
<style>
span { border-color: #770929; }
span { border-color: rgb(119,9,41); }
td.TdClassName
{
border-color: #770929;
}
.TagClassName
{
border-color: #770929;
}
</style>