Shades of Burgundy #780F12
Tints of Burgundy #780F12
RGB
CMYK
RGB Variations
Color information
#780F12 (or 0x780F12) is known color: Burgundy. HEX triplet: 78, 0F and 12. RGB value is (120,15,18). Sum of RGB (Red+Green+Blue) = 120+15+18=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #780F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F12 is #87F0ED. Grayscale: #2E2E2E. Windows color (decimal): -8909038 or 1183608. OLE color: 1183608.
HSL color Cylindrical-coordinate representation of color #780F12: hue angle of 358.29º 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 #780F12 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 18 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.53 |
| HSL | 358.29º | 0.78% | 0.26% | - |
| HSV(B) | 358.29º | 0.88% | 0.47% | - |
| XYZ | 8.03 | 4.38 | 0.99 | - |
| YUV | 46.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 18 | 0 | 0.87 | 0.85 | 0.53 | 358.29 | 0.78 | 0.26 |
| Hex | 78 | F | 12 | 0 | 57 | 55 | 35 | 166 | 4E | 1A |
| Octal | 170 | 17 | 22 | 0 | 127 | 125 | 65 | 546 | 116 | 32 |
| Binary | 1111000 | 1111 | 10010 | 0 | 1010111 | 1010101 | 110101 | 101100110 | 1001110 | 11010 |
Color Harmonies of #780F12
Complementary color
Monochromatic Colors of #780F12
Black with #780F12
Text Example
Text Example
White with #780F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F12; }
p { color: rgb(120,15,18); }
H1.HeaderClassName
{
color: #780F12;
}
.AnyTagClassName
{
color: #780F12;
}
</style>
background-color css
<style>
a { background-color: #780F12; }
a { background-color: rgb(120,15,18); }
div.DivClassName
{
background-color: #780F12;
}
.BgClassName
{
background-color: #780F12;
}
</style>
border-color css
<style>
span { border-color: #780F12; }
span { border-color: rgb(120,15,18); }
td.TdClassName
{
border-color: #780F12;
}
.TagClassName
{
border-color: #780F12;
}
</style>