Shades of Burgundy #770824
Tints of Burgundy #770824
RGB
CMYK
RGB Variations
Color information
#770824 (or 0x770824) is known color: Burgundy. HEX triplet: 77, 08 and 24. RGB value is (119,8,36). Sum of RGB (Red+Green+Blue) = 119+8+36=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #770824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770824 is #88F7DB. Grayscale: #2C2C2C. Windows color (decimal): -8976348 or 2361463. OLE color: 2361463.
HSL color Cylindrical-coordinate representation of color #770824: hue angle of 344.86º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770824 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 36 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.53 |
| HSL | 344.86º | 0.87% | 0.25% | - |
| HSV(B) | 344.86º | 0.93% | 0.47% | - |
| XYZ | 8.01 | 4.22 | 2.06 | - |
| YUV | 44.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 36 | 0 | 0.93 | 0.70 | 0.53 | 344.86 | 0.87 | 0.25 |
| Hex | 77 | 8 | 24 | 0 | 5D | 46 | 35 | 159 | 57 | 19 |
| Octal | 167 | 10 | 44 | 0 | 135 | 106 | 65 | 531 | 127 | 31 |
| Binary | 1110111 | 1000 | 100100 | 0 | 1011101 | 1000110 | 110101 | 101011001 | 1010111 | 11001 |
Color Harmonies of #770824
Complementary color
Monochromatic Colors of #770824
Black with #770824
Text Example
Text Example
White with #770824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770824; }
p { color: rgb(119,8,36); }
H1.HeaderClassName
{
color: #770824;
}
.AnyTagClassName
{
color: #770824;
}
</style>
background-color css
<style>
a { background-color: #770824; }
a { background-color: rgb(119,8,36); }
div.DivClassName
{
background-color: #770824;
}
.BgClassName
{
background-color: #770824;
}
</style>
border-color css
<style>
span { border-color: #770824; }
span { border-color: rgb(119,8,36); }
td.TdClassName
{
border-color: #770824;
}
.TagClassName
{
border-color: #770824;
}
</style>