Shades of Burgundy #78002E
Tints of Burgundy #78002E
RGB
CMYK
RGB Variations
Color information
#78002E (or 0x78002E) is known color: Burgundy. HEX triplet: 78, 00 and 2E. RGB value is (120,0,46). Sum of RGB (Red+Green+Blue) = 120+0+46=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #78002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78002E is #87FFD1. Grayscale: #292929. Windows color (decimal): -8912850 or 3014776. OLE color: 3014776.
HSL color Cylindrical-coordinate representation of color #78002E: hue angle of 337º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78002E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.62 | 0.53 |
| HSL | 337º | 1% | 0.24% | - |
| HSV(B) | 337º | 1% | 0.47% | - |
| XYZ | 8.24 | 4.19 | 2.96 | - |
| YUV | 41.12 | 130.76 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 46 | 0 | 1 | 0.62 | 0.53 | 337 | 1 | 0.24 |
| Hex | 78 | 0 | 2E | 0 | 64 | 3E | 35 | 151 | 64 | 18 |
| Octal | 170 | 0 | 56 | 0 | 144 | 76 | 65 | 521 | 144 | 30 |
| Binary | 1111000 | 0 | 101110 | 0 | 1100100 | 111110 | 110101 | 101010001 | 1100100 | 11000 |
Color Harmonies of #78002E
Complementary color
Monochromatic Colors of #78002E
Black with #78002E
Text Example
Text Example
White with #78002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78002E; }
p { color: rgb(120,0,46); }
H1.HeaderClassName
{
color: #78002E;
}
.AnyTagClassName
{
color: #78002E;
}
</style>
background-color css
<style>
a { background-color: #78002E; }
a { background-color: rgb(120,0,46); }
div.DivClassName
{
background-color: #78002E;
}
.BgClassName
{
background-color: #78002E;
}
</style>
border-color css
<style>
span { border-color: #78002E; }
span { border-color: rgb(120,0,46); }
td.TdClassName
{
border-color: #78002E;
}
.TagClassName
{
border-color: #78002E;
}
</style>