Shades of Burgundy #780117
Tints of Burgundy #780117
RGB
CMYK
RGB Variations
Color information
#780117 (or 0x780117) is known color: Burgundy. HEX triplet: 78, 01 and 17. RGB value is (120,1,23). Sum of RGB (Red+Green+Blue) = 120+1+23=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #780117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780117 is #87FEE8. Grayscale: #272727. Windows color (decimal): -8912617 or 1507704. OLE color: 1507704.
HSL color Cylindrical-coordinate representation of color #780117: hue angle of 348.91º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780117 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.53 |
| HSL | 348.91º | 0.98% | 0.24% | - |
| HSV(B) | 348.91º | 0.99% | 0.47% | - |
| XYZ | 7.91 | 4.08 | 1.18 | - |
| YUV | 39.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 23 | 0 | 0.99 | 0.81 | 0.53 | 348.91 | 0.98 | 0.24 |
| Hex | 78 | 1 | 17 | 0 | 63 | 51 | 35 | 15D | 62 | 18 |
| Octal | 170 | 1 | 27 | 0 | 143 | 121 | 65 | 535 | 142 | 30 |
| Binary | 1111000 | 1 | 10111 | 0 | 1100011 | 1010001 | 110101 | 101011101 | 1100010 | 11000 |
Color Harmonies of #780117
Complementary color
Monochromatic Colors of #780117
Black with #780117
Text Example
Text Example
White with #780117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780117; }
p { color: rgb(120,1,23); }
H1.HeaderClassName
{
color: #780117;
}
.AnyTagClassName
{
color: #780117;
}
</style>
background-color css
<style>
a { background-color: #780117; }
a { background-color: rgb(120,1,23); }
div.DivClassName
{
background-color: #780117;
}
.BgClassName
{
background-color: #780117;
}
</style>
border-color css
<style>
span { border-color: #780117; }
span { border-color: rgb(120,1,23); }
td.TdClassName
{
border-color: #780117;
}
.TagClassName
{
border-color: #780117;
}
</style>