Shades of Burgundy #780B2E
Tints of Burgundy #780B2E
RGB
CMYK
RGB Variations
Color information
#780B2E (or 0x780B2E) is known color: Burgundy. HEX triplet: 78, 0B and 2E. RGB value is (120,11,46). Sum of RGB (Red+Green+Blue) = 120+11+46=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #780B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B2E is #87F4D1. Grayscale: #2F2F2F. Windows color (decimal): -8910034 or 3017592. OLE color: 3017592.
HSL color Cylindrical-coordinate representation of color #780B2E: hue angle of 340.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B2E is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 46 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.53 |
| HSL | 340.73º | 0.83% | 0.26% | - |
| HSV(B) | 340.73º | 0.91% | 0.47% | - |
| XYZ | 8.36 | 4.43 | 3 | - |
| YUV | 47.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 46 | 0 | 0.91 | 0.62 | 0.53 | 340.73 | 0.83 | 0.26 |
| Hex | 78 | B | 2E | 0 | 5B | 3E | 35 | 155 | 53 | 1A |
| Octal | 170 | 13 | 56 | 0 | 133 | 76 | 65 | 525 | 123 | 32 |
| Binary | 1111000 | 1011 | 101110 | 0 | 1011011 | 111110 | 110101 | 101010101 | 1010011 | 11010 |
Color Harmonies of #780B2E
Complementary color
Monochromatic Colors of #780B2E
Black with #780B2E
Text Example
Text Example
White with #780B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B2E; }
p { color: rgb(120,11,46); }
H1.HeaderClassName
{
color: #780B2E;
}
.AnyTagClassName
{
color: #780B2E;
}
</style>
background-color css
<style>
a { background-color: #780B2E; }
a { background-color: rgb(120,11,46); }
div.DivClassName
{
background-color: #780B2E;
}
.BgClassName
{
background-color: #780B2E;
}
</style>
border-color css
<style>
span { border-color: #780B2E; }
span { border-color: rgb(120,11,46); }
td.TdClassName
{
border-color: #780B2E;
}
.TagClassName
{
border-color: #780B2E;
}
</style>