Shades of Burgundy #780F16
Tints of Burgundy #780F16
RGB
CMYK
RGB Variations
Color information
#780F16 (or 0x780F16) is known color: Burgundy. HEX triplet: 78, 0F and 16. RGB value is (120,15,22). Sum of RGB (Red+Green+Blue) = 120+15+22=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #780F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F16 is #87F0E9. Grayscale: #2F2F2F. Windows color (decimal): -8909034 or 1445752. OLE color: 1445752.
HSL color Cylindrical-coordinate representation of color #780F16: hue angle of 356º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F16 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 22 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.53 |
| HSL | 356º | 0.78% | 0.26% | - |
| HSV(B) | 356º | 0.88% | 0.47% | - |
| XYZ | 8.06 | 4.39 | 1.18 | - |
| YUV | 47.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 22 | 0 | 0.87 | 0.82 | 0.53 | 356 | 0.78 | 0.26 |
| Hex | 78 | F | 16 | 0 | 57 | 52 | 35 | 164 | 4E | 1A |
| Octal | 170 | 17 | 26 | 0 | 127 | 122 | 65 | 544 | 116 | 32 |
| Binary | 1111000 | 1111 | 10110 | 0 | 1010111 | 1010010 | 110101 | 101100100 | 1001110 | 11010 |
Color Harmonies of #780F16
Complementary color
Monochromatic Colors of #780F16
Black with #780F16
Text Example
Text Example
White with #780F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F16; }
p { color: rgb(120,15,22); }
H1.HeaderClassName
{
color: #780F16;
}
.AnyTagClassName
{
color: #780F16;
}
</style>
background-color css
<style>
a { background-color: #780F16; }
a { background-color: rgb(120,15,22); }
div.DivClassName
{
background-color: #780F16;
}
.BgClassName
{
background-color: #780F16;
}
</style>
border-color css
<style>
span { border-color: #780F16; }
span { border-color: rgb(120,15,22); }
td.TdClassName
{
border-color: #780F16;
}
.TagClassName
{
border-color: #780F16;
}
</style>