Shades of Burgundy #780E1D
Tints of Burgundy #780E1D
RGB
CMYK
RGB Variations
Color information
#780E1D (or 0x780E1D) is known color: Burgundy. HEX triplet: 78, 0E and 1D. RGB value is (120,14,29). Sum of RGB (Red+Green+Blue) = 120+14+29=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #780E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E1D is #87F1E2. Grayscale: #2F2F2F. Windows color (decimal): -8909283 or 1904248. OLE color: 1904248.
HSL color Cylindrical-coordinate representation of color #780E1D: hue angle of 351.51º 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 #780E1D is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 14 | 29 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.53 |
| HSL | 351.51º | 0.79% | 0.26% | - |
| HSV(B) | 351.51º | 0.88% | 0.47% | - |
| XYZ | 8.12 | 4.4 | 1.58 | - |
| YUV | 47.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 29 | 0 | 0.88 | 0.76 | 0.53 | 351.51 | 0.79 | 0.26 |
| Hex | 78 | E | 1D | 0 | 58 | 4C | 35 | 160 | 4F | 1A |
| Octal | 170 | 16 | 35 | 0 | 130 | 114 | 65 | 540 | 117 | 32 |
| Binary | 1111000 | 1110 | 11101 | 0 | 1011000 | 1001100 | 110101 | 101100000 | 1001111 | 11010 |
Color Harmonies of #780E1D
Complementary color
Monochromatic Colors of #780E1D
Black with #780E1D
Text Example
Text Example
White with #780E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780E1D; }
p { color: rgb(120,14,29); }
H1.HeaderClassName
{
color: #780E1D;
}
.AnyTagClassName
{
color: #780E1D;
}
</style>
background-color css
<style>
a { background-color: #780E1D; }
a { background-color: rgb(120,14,29); }
div.DivClassName
{
background-color: #780E1D;
}
.BgClassName
{
background-color: #780E1D;
}
</style>
border-color css
<style>
span { border-color: #780E1D; }
span { border-color: rgb(120,14,29); }
td.TdClassName
{
border-color: #780E1D;
}
.TagClassName
{
border-color: #780E1D;
}
</style>