Shades of Burgundy #780F1B
Tints of Burgundy #780F1B
RGB
CMYK
RGB Variations
Color information
#780F1B (or 0x780F1B) is known color: Burgundy. HEX triplet: 78, 0F and 1B. RGB value is (120,15,27). Sum of RGB (Red+Green+Blue) = 120+15+27=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #780F1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F1B is #87F0E4. Grayscale: #2F2F2F. Windows color (decimal): -8909029 or 1773432. OLE color: 1773432.
HSL color Cylindrical-coordinate representation of color #780F1B: hue angle of 353.14º 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 #780F1B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 27 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.53 |
| HSL | 353.14º | 0.78% | 0.26% | - |
| HSV(B) | 353.14º | 0.88% | 0.47% | - |
| XYZ | 8.11 | 4.41 | 1.46 | - |
| YUV | 47.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 27 | 0 | 0.87 | 0.78 | 0.53 | 353.14 | 0.78 | 0.26 |
| Hex | 78 | F | 1B | 0 | 57 | 4E | 35 | 161 | 4E | 1A |
| Octal | 170 | 17 | 33 | 0 | 127 | 116 | 65 | 541 | 116 | 32 |
| Binary | 1111000 | 1111 | 11011 | 0 | 1010111 | 1001110 | 110101 | 101100001 | 1001110 | 11010 |
Color Harmonies of #780F1B
Complementary color
Monochromatic Colors of #780F1B
Black with #780F1B
Text Example
Text Example
White with #780F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F1B; }
p { color: rgb(120,15,27); }
H1.HeaderClassName
{
color: #780F1B;
}
.AnyTagClassName
{
color: #780F1B;
}
</style>
background-color css
<style>
a { background-color: #780F1B; }
a { background-color: rgb(120,15,27); }
div.DivClassName
{
background-color: #780F1B;
}
.BgClassName
{
background-color: #780F1B;
}
</style>
border-color css
<style>
span { border-color: #780F1B; }
span { border-color: rgb(120,15,27); }
td.TdClassName
{
border-color: #780F1B;
}
.TagClassName
{
border-color: #780F1B;
}
</style>