Shades of Burgundy #78002B
Tints of Burgundy #78002B
RGB
CMYK
RGB Variations
Color information
#78002B (or 0x78002B) is known color: Burgundy. HEX triplet: 78, 00 and 2B. RGB value is (120,0,43). Sum of RGB (Red+Green+Blue) = 120+0+43=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #78002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78002B is #87FFD4. Grayscale: #282828. Windows color (decimal): -8912853 or 2818168. OLE color: 2818168.
HSL color Cylindrical-coordinate representation of color #78002B: hue angle of 338.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 #78002B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.64 | 0.53 |
| HSL | 338.5º | 1% | 0.24% | - |
| HSV(B) | 338.5º | 1% | 0.47% | - |
| XYZ | 8.18 | 4.17 | 2.66 | - |
| YUV | 40.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 43 | 0 | 1 | 0.64 | 0.53 | 338.5 | 1 | 0.24 |
| Hex | 78 | 0 | 2B | 0 | 64 | 40 | 35 | 152 | 64 | 18 |
| Octal | 170 | 0 | 53 | 0 | 144 | 100 | 65 | 522 | 144 | 30 |
| Binary | 1111000 | 0 | 101011 | 0 | 1100100 | 1000000 | 110101 | 101010010 | 1100100 | 11000 |
Color Harmonies of #78002B
Complementary color
Monochromatic Colors of #78002B
Black with #78002B
Text Example
Text Example
White with #78002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78002B; }
p { color: rgb(120,0,43); }
H1.HeaderClassName
{
color: #78002B;
}
.AnyTagClassName
{
color: #78002B;
}
</style>
background-color css
<style>
a { background-color: #78002B; }
a { background-color: rgb(120,0,43); }
div.DivClassName
{
background-color: #78002B;
}
.BgClassName
{
background-color: #78002B;
}
</style>
border-color css
<style>
span { border-color: #78002B; }
span { border-color: rgb(120,0,43); }
td.TdClassName
{
border-color: #78002B;
}
.TagClassName
{
border-color: #78002B;
}
</style>