Shades of Burgundy #780819
Tints of Burgundy #780819
RGB
CMYK
RGB Variations
Color information
#780819 (or 0x780819) is known color: Burgundy. HEX triplet: 78, 08 and 19. RGB value is (120,8,25). Sum of RGB (Red+Green+Blue) = 120+8+25=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #780819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780819 is #87F7E6. Grayscale: #2B2B2B. Windows color (decimal): -8910823 or 1640568. OLE color: 1640568.
HSL color Cylindrical-coordinate representation of color #780819: hue angle of 350.89º 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 #780819 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 25 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.53 |
| HSL | 350.89º | 0.88% | 0.25% | - |
| HSV(B) | 350.89º | 0.93% | 0.47% | - |
| XYZ | 8.01 | 4.24 | 1.32 | - |
| YUV | 43.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 25 | 0 | 0.93 | 0.79 | 0.53 | 350.89 | 0.88 | 0.25 |
| Hex | 78 | 8 | 19 | 0 | 5D | 4F | 35 | 15F | 58 | 19 |
| Octal | 170 | 10 | 31 | 0 | 135 | 117 | 65 | 537 | 130 | 31 |
| Binary | 1111000 | 1000 | 11001 | 0 | 1011101 | 1001111 | 110101 | 101011111 | 1011000 | 11001 |
Color Harmonies of #780819
Complementary color
Monochromatic Colors of #780819
Black with #780819
Text Example
Text Example
White with #780819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780819; }
p { color: rgb(120,8,25); }
H1.HeaderClassName
{
color: #780819;
}
.AnyTagClassName
{
color: #780819;
}
</style>
background-color css
<style>
a { background-color: #780819; }
a { background-color: rgb(120,8,25); }
div.DivClassName
{
background-color: #780819;
}
.BgClassName
{
background-color: #780819;
}
</style>
border-color css
<style>
span { border-color: #780819; }
span { border-color: rgb(120,8,25); }
td.TdClassName
{
border-color: #780819;
}
.TagClassName
{
border-color: #780819;
}
</style>