Shades of Burgundy #780D1D
Tints of Burgundy #780D1D
RGB
CMYK
RGB Variations
Color information
#780D1D (or 0x780D1D) is known color: Burgundy. HEX triplet: 78, 0D and 1D. RGB value is (120,13,29). Sum of RGB (Red+Green+Blue) = 120+13+29=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #780D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D1D is #87F2E2. Grayscale: #2E2E2E. Windows color (decimal): -8909539 or 1903992. OLE color: 1903992.
HSL color Cylindrical-coordinate representation of color #780D1D: hue angle of 351.03º 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 #780D1D is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 29 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.53 |
| HSL | 351.03º | 0.8% | 0.26% | - |
| HSV(B) | 351.03º | 0.89% | 0.47% | - |
| XYZ | 8.11 | 4.37 | 1.58 | - |
| YUV | 46.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 29 | 0 | 0.89 | 0.76 | 0.53 | 351.03 | 0.8 | 0.26 |
| Hex | 78 | D | 1D | 0 | 59 | 4C | 35 | 15F | 50 | 1A |
| Octal | 170 | 15 | 35 | 0 | 131 | 114 | 65 | 537 | 120 | 32 |
| Binary | 1111000 | 1101 | 11101 | 0 | 1011001 | 1001100 | 110101 | 101011111 | 1010000 | 11010 |
Color Harmonies of #780D1D
Complementary color
Monochromatic Colors of #780D1D
Black with #780D1D
Text Example
Text Example
White with #780D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D1D; }
p { color: rgb(120,13,29); }
H1.HeaderClassName
{
color: #780D1D;
}
.AnyTagClassName
{
color: #780D1D;
}
</style>
background-color css
<style>
a { background-color: #780D1D; }
a { background-color: rgb(120,13,29); }
div.DivClassName
{
background-color: #780D1D;
}
.BgClassName
{
background-color: #780D1D;
}
</style>
border-color css
<style>
span { border-color: #780D1D; }
span { border-color: rgb(120,13,29); }
td.TdClassName
{
border-color: #780D1D;
}
.TagClassName
{
border-color: #780D1D;
}
</style>