Shades of Burgundy #780813
Tints of Burgundy #780813
RGB
CMYK
RGB Variations
Color information
#780813 (or 0x780813) is known color: Burgundy. HEX triplet: 78, 08 and 13. RGB value is (120,8,19). Sum of RGB (Red+Green+Blue) = 120+8+19=147 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.63% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 120 - color contains mainly: red. Hex color #780813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780813 is #87F7EC. Grayscale: #2A2A2A. Windows color (decimal): -8910829 or 1247352. OLE color: 1247352.
HSL color Cylindrical-coordinate representation of color #780813: hue angle of 354.11º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780813 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 19 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.53 |
| HSL | 354.11º | 0.88% | 0.25% | - |
| HSV(B) | 354.11º | 0.93% | 0.47% | - |
| XYZ | 7.95 | 4.21 | 1.01 | - |
| YUV | 42.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 19 | 0 | 0.93 | 0.84 | 0.53 | 354.11 | 0.88 | 0.25 |
| Hex | 78 | 8 | 13 | 0 | 5D | 54 | 35 | 162 | 58 | 19 |
| Octal | 170 | 10 | 23 | 0 | 135 | 124 | 65 | 542 | 130 | 31 |
| Binary | 1111000 | 1000 | 10011 | 0 | 1011101 | 1010100 | 110101 | 101100010 | 1011000 | 11001 |
Color Harmonies of #780813
Complementary color
Monochromatic Colors of #780813
Black with #780813
Text Example
Text Example
White with #780813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780813; }
p { color: rgb(120,8,19); }
H1.HeaderClassName
{
color: #780813;
}
.AnyTagClassName
{
color: #780813;
}
</style>
background-color css
<style>
a { background-color: #780813; }
a { background-color: rgb(120,8,19); }
div.DivClassName
{
background-color: #780813;
}
.BgClassName
{
background-color: #780813;
}
</style>
border-color css
<style>
span { border-color: #780813; }
span { border-color: rgb(120,8,19); }
td.TdClassName
{
border-color: #780813;
}
.TagClassName
{
border-color: #780813;
}
</style>