Shades of Burgundy #770D17
Tints of Burgundy #770D17
RGB
CMYK
RGB Variations
Color information
#770D17 (or 0x770D17) is known color: Burgundy. HEX triplet: 77, 0D and 17. RGB value is (119,13,23). Sum of RGB (Red+Green+Blue) = 119+13+23=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #770D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D17 is #88F2E8. Grayscale: #2D2D2D. Windows color (decimal): -8975081 or 1510775. OLE color: 1510775.
HSL color Cylindrical-coordinate representation of color #770D17: hue angle of 354.34º 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 #770D17 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 23 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.53 |
| HSL | 354.34º | 0.8% | 0.26% | - |
| HSV(B) | 354.34º | 0.89% | 0.47% | - |
| XYZ | 7.91 | 4.27 | 1.22 | - |
| YUV | 45.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 23 | 0 | 0.89 | 0.81 | 0.53 | 354.34 | 0.8 | 0.26 |
| Hex | 77 | D | 17 | 0 | 59 | 51 | 35 | 162 | 50 | 1A |
| Octal | 167 | 15 | 27 | 0 | 131 | 121 | 65 | 542 | 120 | 32 |
| Binary | 1110111 | 1101 | 10111 | 0 | 1011001 | 1010001 | 110101 | 101100010 | 1010000 | 11010 |
Color Harmonies of #770D17
Complementary color
Monochromatic Colors of #770D17
Black with #770D17
Text Example
Text Example
White with #770D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D17; }
p { color: rgb(119,13,23); }
H1.HeaderClassName
{
color: #770D17;
}
.AnyTagClassName
{
color: #770D17;
}
</style>
background-color css
<style>
a { background-color: #770D17; }
a { background-color: rgb(119,13,23); }
div.DivClassName
{
background-color: #770D17;
}
.BgClassName
{
background-color: #770D17;
}
</style>
border-color css
<style>
span { border-color: #770D17; }
span { border-color: rgb(119,13,23); }
td.TdClassName
{
border-color: #770D17;
}
.TagClassName
{
border-color: #770D17;
}
</style>