Shades of Burgundy #780918
Tints of Burgundy #780918
RGB
CMYK
RGB Variations
Color information
#780918 (or 0x780918) is known color: Burgundy. HEX triplet: 78, 09 and 18. RGB value is (120,9,24). Sum of RGB (Red+Green+Blue) = 120+9+24=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #780918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780918 is #87F6E7. Grayscale: #2B2B2B. Windows color (decimal): -8910568 or 1575288. OLE color: 1575288.
HSL color Cylindrical-coordinate representation of color #780918: hue angle of 351.89º degrees, saturation: 0.86, 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 #780918 is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 24 | - |
| CMYK | 0 | 0.92 | 0.8 | 0.53 |
| HSL | 351.89º | 0.86% | 0.25% | - |
| HSV(B) | 351.89º | 0.93% | 0.47% | - |
| XYZ | 8.01 | 4.25 | 1.26 | - |
| YUV | 43.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 24 | 0 | 0.92 | 0.8 | 0.53 | 351.89 | 0.86 | 0.25 |
| Hex | 78 | 9 | 18 | 0 | 5C | 50 | 35 | 160 | 56 | 19 |
| Octal | 170 | 11 | 30 | 0 | 134 | 120 | 65 | 540 | 126 | 31 |
| Binary | 1111000 | 1001 | 11000 | 0 | 1011100 | 1010000 | 110101 | 101100000 | 1010110 | 11001 |
Color Harmonies of #780918
Complementary color
Monochromatic Colors of #780918
Black with #780918
Text Example
Text Example
White with #780918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780918; }
p { color: rgb(120,9,24); }
H1.HeaderClassName
{
color: #780918;
}
.AnyTagClassName
{
color: #780918;
}
</style>
background-color css
<style>
a { background-color: #780918; }
a { background-color: rgb(120,9,24); }
div.DivClassName
{
background-color: #780918;
}
.BgClassName
{
background-color: #780918;
}
</style>
border-color css
<style>
span { border-color: #780918; }
span { border-color: rgb(120,9,24); }
td.TdClassName
{
border-color: #780918;
}
.TagClassName
{
border-color: #780918;
}
</style>