Shades of Burgundy #770E2E
Tints of Burgundy #770E2E
RGB
CMYK
RGB Variations
Color information
#770E2E (or 0x770E2E) is known color: Burgundy. HEX triplet: 77, 0E and 2E. RGB value is (119,14,46). Sum of RGB (Red+Green+Blue) = 119+14+46=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #770E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E2E is #88F1D1. Grayscale: #313131. Windows color (decimal): -8974802 or 3018359. OLE color: 3018359.
HSL color Cylindrical-coordinate representation of color #770E2E: hue angle of 341.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E2E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 46 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.53 |
| HSL | 341.71º | 0.79% | 0.26% | - |
| HSV(B) | 341.71º | 0.88% | 0.47% | - |
| XYZ | 8.26 | 4.43 | 3.01 | - |
| YUV | 49.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 46 | 0 | 0.88 | 0.61 | 0.53 | 341.71 | 0.79 | 0.26 |
| Hex | 77 | E | 2E | 0 | 58 | 3D | 35 | 156 | 4F | 1A |
| Octal | 167 | 16 | 56 | 0 | 130 | 75 | 65 | 526 | 117 | 32 |
| Binary | 1110111 | 1110 | 101110 | 0 | 1011000 | 111101 | 110101 | 101010110 | 1001111 | 11010 |
Color Harmonies of #770E2E
Complementary color
Monochromatic Colors of #770E2E
Black with #770E2E
Text Example
Text Example
White with #770E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E2E; }
p { color: rgb(119,14,46); }
H1.HeaderClassName
{
color: #770E2E;
}
.AnyTagClassName
{
color: #770E2E;
}
</style>
background-color css
<style>
a { background-color: #770E2E; }
a { background-color: rgb(119,14,46); }
div.DivClassName
{
background-color: #770E2E;
}
.BgClassName
{
background-color: #770E2E;
}
</style>
border-color css
<style>
span { border-color: #770E2E; }
span { border-color: rgb(119,14,46); }
td.TdClassName
{
border-color: #770E2E;
}
.TagClassName
{
border-color: #770E2E;
}
</style>