Shades of Burgundy #78052D
Tints of Burgundy #78052D
RGB
CMYK
RGB Variations
Color information
#78052D (or 0x78052D) is known color: Burgundy. HEX triplet: 78, 05 and 2D. RGB value is (120,5,45). Sum of RGB (Red+Green+Blue) = 120+5+45=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78052D is #87FAD2. Grayscale: #2B2B2B. Windows color (decimal): -8911571 or 2950520. OLE color: 2950520.
HSL color Cylindrical-coordinate representation of color #78052D: hue angle of 339.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78052D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 45 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.53 |
| HSL | 339.13º | 0.92% | 0.25% | - |
| HSV(B) | 339.13º | 0.96% | 0.47% | - |
| XYZ | 8.27 | 4.29 | 2.87 | - |
| YUV | 43.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 45 | 0 | 0.96 | 0.63 | 0.53 | 339.13 | 0.92 | 0.25 |
| Hex | 78 | 5 | 2D | 0 | 60 | 3F | 35 | 153 | 5C | 19 |
| Octal | 170 | 5 | 55 | 0 | 140 | 77 | 65 | 523 | 134 | 31 |
| Binary | 1111000 | 101 | 101101 | 0 | 1100000 | 111111 | 110101 | 101010011 | 1011100 | 11001 |
Color Harmonies of #78052D
Complementary color
Monochromatic Colors of #78052D
Black with #78052D
Text Example
Text Example
White with #78052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78052D; }
p { color: rgb(120,5,45); }
H1.HeaderClassName
{
color: #78052D;
}
.AnyTagClassName
{
color: #78052D;
}
</style>
background-color css
<style>
a { background-color: #78052D; }
a { background-color: rgb(120,5,45); }
div.DivClassName
{
background-color: #78052D;
}
.BgClassName
{
background-color: #78052D;
}
</style>
border-color css
<style>
span { border-color: #78052D; }
span { border-color: rgb(120,5,45); }
td.TdClassName
{
border-color: #78052D;
}
.TagClassName
{
border-color: #78052D;
}
</style>