Shades of Burgundy #780010
Tints of Burgundy #780010
RGB
CMYK
RGB Variations
Color information
#780010 (or 0x780010) is known color: Burgundy. HEX triplet: 78, 00 and 10. RGB value is (120,0,16). Sum of RGB (Red+Green+Blue) = 120+0+16=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #780010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780010 is #87FFEF. Grayscale: #252525. Windows color (decimal): -8912880 or 1048696. OLE color: 1048696.
HSL color Cylindrical-coordinate representation of color #780010: hue angle of 352º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780010 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.87 | 0.53 |
| HSL | 352º | 1% | 0.24% | - |
| HSV(B) | 352º | 1% | 0.47% | - |
| XYZ | 7.84 | 4.03 | 0.85 | - |
| YUV | 37.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 16 | 0 | 1 | 0.87 | 0.53 | 352 | 1 | 0.24 |
| Hex | 78 | 0 | 10 | 0 | 64 | 57 | 35 | 160 | 64 | 18 |
| Octal | 170 | 0 | 20 | 0 | 144 | 127 | 65 | 540 | 144 | 30 |
| Binary | 1111000 | 0 | 10000 | 0 | 1100100 | 1010111 | 110101 | 101100000 | 1100100 | 11000 |
Color Harmonies of #780010
Complementary color
Monochromatic Colors of #780010
Black with #780010
Text Example
Text Example
White with #780010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780010; }
p { color: rgb(120,0,16); }
H1.HeaderClassName
{
color: #780010;
}
.AnyTagClassName
{
color: #780010;
}
</style>
background-color css
<style>
a { background-color: #780010; }
a { background-color: rgb(120,0,16); }
div.DivClassName
{
background-color: #780010;
}
.BgClassName
{
background-color: #780010;
}
</style>
border-color css
<style>
span { border-color: #780010; }
span { border-color: rgb(120,0,16); }
td.TdClassName
{
border-color: #780010;
}
.TagClassName
{
border-color: #780010;
}
</style>