Shades of Burgundy #78002D
Tints of Burgundy #78002D
RGB
CMYK
RGB Variations
Color information
#78002D (or 0x78002D) is known color: Burgundy. HEX triplet: 78, 00 and 2D. RGB value is (120,0,45). Sum of RGB (Red+Green+Blue) = 120+0+45=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #78002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78002D is #87FFD2. Grayscale: #282828. Windows color (decimal): -8912851 or 2949240. OLE color: 2949240.
HSL color Cylindrical-coordinate representation of color #78002D: hue angle of 337.5º 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 #78002D is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.63 | 0.53 |
| HSL | 337.5º | 1% | 0.24% | - |
| HSV(B) | 337.5º | 1% | 0.47% | - |
| XYZ | 8.22 | 4.18 | 2.86 | - |
| YUV | 41.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 45 | 0 | 1 | 0.63 | 0.53 | 337.5 | 1 | 0.24 |
| Hex | 78 | 0 | 2D | 0 | 64 | 3F | 35 | 152 | 64 | 18 |
| Octal | 170 | 0 | 55 | 0 | 144 | 77 | 65 | 522 | 144 | 30 |
| Binary | 1111000 | 0 | 101101 | 0 | 1100100 | 111111 | 110101 | 101010010 | 1100100 | 11000 |
Color Harmonies of #78002D
Complementary color
Monochromatic Colors of #78002D
Black with #78002D
Text Example
Text Example
White with #78002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78002D; }
p { color: rgb(120,0,45); }
H1.HeaderClassName
{
color: #78002D;
}
.AnyTagClassName
{
color: #78002D;
}
</style>
background-color css
<style>
a { background-color: #78002D; }
a { background-color: rgb(120,0,45); }
div.DivClassName
{
background-color: #78002D;
}
.BgClassName
{
background-color: #78002D;
}
</style>
border-color css
<style>
span { border-color: #78002D; }
span { border-color: rgb(120,0,45); }
td.TdClassName
{
border-color: #78002D;
}
.TagClassName
{
border-color: #78002D;
}
</style>