Shades of Burgundy #770E18
Tints of Burgundy #770E18
RGB
CMYK
RGB Variations
Color information
#770E18 (or 0x770E18) is known color: Burgundy. HEX triplet: 77, 0E and 18. RGB value is (119,14,24). Sum of RGB (Red+Green+Blue) = 119+14+24=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #770E18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E18 is #88F1E7. Grayscale: #2E2E2E. Windows color (decimal): -8974824 or 1576567. OLE color: 1576567.
HSL color Cylindrical-coordinate representation of color #770E18: hue angle of 354.29º 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 #770E18 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 24 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.53 |
| HSL | 354.29º | 0.79% | 0.26% | - |
| HSV(B) | 354.29º | 0.88% | 0.47% | - |
| XYZ | 7.93 | 4.3 | 1.28 | - |
| YUV | 46.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 24 | 0 | 0.88 | 0.80 | 0.53 | 354.29 | 0.79 | 0.26 |
| Hex | 77 | E | 18 | 0 | 58 | 50 | 35 | 162 | 4F | 1A |
| Octal | 167 | 16 | 30 | 0 | 130 | 120 | 65 | 542 | 117 | 32 |
| Binary | 1110111 | 1110 | 11000 | 0 | 1011000 | 1010000 | 110101 | 101100010 | 1001111 | 11010 |
Color Harmonies of #770E18
Complementary color
Monochromatic Colors of #770E18
Black with #770E18
Text Example
Text Example
White with #770E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E18; }
p { color: rgb(119,14,24); }
H1.HeaderClassName
{
color: #770E18;
}
.AnyTagClassName
{
color: #770E18;
}
</style>
background-color css
<style>
a { background-color: #770E18; }
a { background-color: rgb(119,14,24); }
div.DivClassName
{
background-color: #770E18;
}
.BgClassName
{
background-color: #770E18;
}
</style>
border-color css
<style>
span { border-color: #770E18; }
span { border-color: rgb(119,14,24); }
td.TdClassName
{
border-color: #770E18;
}
.TagClassName
{
border-color: #770E18;
}
</style>