Shades of Burgundy #770C22
Tints of Burgundy #770C22
RGB
CMYK
RGB Variations
Color information
#770C22 (or 0x770C22) is known color: Burgundy. HEX triplet: 77, 0C and 22. RGB value is (119,12,34). Sum of RGB (Red+Green+Blue) = 119+12+34=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #770C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C22 is #88F3DD. Grayscale: #2E2E2E. Windows color (decimal): -8975326 or 2231415. OLE color: 2231415.
HSL color Cylindrical-coordinate representation of color #770C22: hue angle of 347.66º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C22 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 34 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.53 |
| HSL | 347.66º | 0.82% | 0.26% | - |
| HSV(B) | 347.66º | 0.9% | 0.47% | - |
| XYZ | 8.03 | 4.3 | 1.92 | - |
| YUV | 46.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 34 | 0 | 0.90 | 0.71 | 0.53 | 347.66 | 0.82 | 0.26 |
| Hex | 77 | C | 22 | 0 | 5A | 47 | 35 | 15C | 52 | 1A |
| Octal | 167 | 14 | 42 | 0 | 132 | 107 | 65 | 534 | 122 | 32 |
| Binary | 1110111 | 1100 | 100010 | 0 | 1011010 | 1000111 | 110101 | 101011100 | 1010010 | 11010 |
Color Harmonies of #770C22
Complementary color
Monochromatic Colors of #770C22
Black with #770C22
Text Example
Text Example
White with #770C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C22; }
p { color: rgb(119,12,34); }
H1.HeaderClassName
{
color: #770C22;
}
.AnyTagClassName
{
color: #770C22;
}
</style>
background-color css
<style>
a { background-color: #770C22; }
a { background-color: rgb(119,12,34); }
div.DivClassName
{
background-color: #770C22;
}
.BgClassName
{
background-color: #770C22;
}
</style>
border-color css
<style>
span { border-color: #770C22; }
span { border-color: rgb(119,12,34); }
td.TdClassName
{
border-color: #770C22;
}
.TagClassName
{
border-color: #770C22;
}
</style>