Shades of Burgundy #770D18
Tints of Burgundy #770D18
RGB
CMYK
RGB Variations
Color information
#770D18 (or 0x770D18) is known color: Burgundy. HEX triplet: 77, 0D and 18. RGB value is (119,13,24). Sum of RGB (Red+Green+Blue) = 119+13+24=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #770D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D18 is #88F2E7. Grayscale: #2E2E2E. Windows color (decimal): -8975080 or 1576311. OLE color: 1576311.
HSL color Cylindrical-coordinate representation of color #770D18: hue angle of 353.77º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D18 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 24 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.53 |
| HSL | 353.77º | 0.8% | 0.26% | - |
| HSV(B) | 353.77º | 0.89% | 0.47% | - |
| XYZ | 7.92 | 4.28 | 1.27 | - |
| YUV | 45.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 24 | 0 | 0.89 | 0.80 | 0.53 | 353.77 | 0.8 | 0.26 |
| Hex | 77 | D | 18 | 0 | 59 | 50 | 35 | 162 | 50 | 1A |
| Octal | 167 | 15 | 30 | 0 | 131 | 120 | 65 | 542 | 120 | 32 |
| Binary | 1110111 | 1101 | 11000 | 0 | 1011001 | 1010000 | 110101 | 101100010 | 1010000 | 11010 |
Color Harmonies of #770D18
Complementary color
Monochromatic Colors of #770D18
Black with #770D18
Text Example
Text Example
White with #770D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D18; }
p { color: rgb(119,13,24); }
H1.HeaderClassName
{
color: #770D18;
}
.AnyTagClassName
{
color: #770D18;
}
</style>
background-color css
<style>
a { background-color: #770D18; }
a { background-color: rgb(119,13,24); }
div.DivClassName
{
background-color: #770D18;
}
.BgClassName
{
background-color: #770D18;
}
</style>
border-color css
<style>
span { border-color: #770D18; }
span { border-color: rgb(119,13,24); }
td.TdClassName
{
border-color: #770D18;
}
.TagClassName
{
border-color: #770D18;
}
</style>