Shades of Burgundy #770E22
Tints of Burgundy #770E22
RGB
CMYK
RGB Variations
Color information
#770E22 (or 0x770E22) is known color: Burgundy. HEX triplet: 77, 0E and 22. RGB value is (119,14,34). Sum of RGB (Red+Green+Blue) = 119+14+34=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #770E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E22 is #88F1DD. Grayscale: #2F2F2F. Windows color (decimal): -8974814 or 2231927. OLE color: 2231927.
HSL color Cylindrical-coordinate representation of color #770E22: hue angle of 348.57º 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 #770E22 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 34 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.53 |
| HSL | 348.57º | 0.79% | 0.26% | - |
| HSV(B) | 348.57º | 0.88% | 0.47% | - |
| XYZ | 8.05 | 4.35 | 1.93 | - |
| YUV | 47.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 34 | 0 | 0.88 | 0.71 | 0.53 | 348.57 | 0.79 | 0.26 |
| Hex | 77 | E | 22 | 0 | 58 | 47 | 35 | 15D | 4F | 1A |
| Octal | 167 | 16 | 42 | 0 | 130 | 107 | 65 | 535 | 117 | 32 |
| Binary | 1110111 | 1110 | 100010 | 0 | 1011000 | 1000111 | 110101 | 101011101 | 1001111 | 11010 |
Color Harmonies of #770E22
Complementary color
Monochromatic Colors of #770E22
Black with #770E22
Text Example
Text Example
White with #770E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E22; }
p { color: rgb(119,14,34); }
H1.HeaderClassName
{
color: #770E22;
}
.AnyTagClassName
{
color: #770E22;
}
</style>
background-color css
<style>
a { background-color: #770E22; }
a { background-color: rgb(119,14,34); }
div.DivClassName
{
background-color: #770E22;
}
.BgClassName
{
background-color: #770E22;
}
</style>
border-color css
<style>
span { border-color: #770E22; }
span { border-color: rgb(119,14,34); }
td.TdClassName
{
border-color: #770E22;
}
.TagClassName
{
border-color: #770E22;
}
</style>