Shades of Burgundy #78051D
Tints of Burgundy #78051D
RGB
CMYK
RGB Variations
Color information
#78051D (or 0x78051D) is known color: Burgundy. HEX triplet: 78, 05 and 1D. RGB value is (120,5,29). Sum of RGB (Red+Green+Blue) = 120+5+29=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #78051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78051D is #87FAE2. Grayscale: #2A2A2A. Windows color (decimal): -8911587 or 1901944. OLE color: 1901944.
HSL color Cylindrical-coordinate representation of color #78051D: hue angle of 347.48º 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 #78051D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 29 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.53 |
| HSL | 347.48º | 0.92% | 0.25% | - |
| HSV(B) | 347.48º | 0.96% | 0.47% | - |
| XYZ | 8.02 | 4.19 | 1.55 | - |
| YUV | 42.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 29 | 0 | 0.96 | 0.76 | 0.53 | 347.48 | 0.92 | 0.25 |
| Hex | 78 | 5 | 1D | 0 | 60 | 4C | 35 | 15B | 5C | 19 |
| Octal | 170 | 5 | 35 | 0 | 140 | 114 | 65 | 533 | 134 | 31 |
| Binary | 1111000 | 101 | 11101 | 0 | 1100000 | 1001100 | 110101 | 101011011 | 1011100 | 11001 |
Color Harmonies of #78051D
Complementary color
Monochromatic Colors of #78051D
Black with #78051D
Text Example
Text Example
White with #78051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78051D; }
p { color: rgb(120,5,29); }
H1.HeaderClassName
{
color: #78051D;
}
.AnyTagClassName
{
color: #78051D;
}
</style>
background-color css
<style>
a { background-color: #78051D; }
a { background-color: rgb(120,5,29); }
div.DivClassName
{
background-color: #78051D;
}
.BgClassName
{
background-color: #78051D;
}
</style>
border-color css
<style>
span { border-color: #78051D; }
span { border-color: rgb(120,5,29); }
td.TdClassName
{
border-color: #78051D;
}
.TagClassName
{
border-color: #78051D;
}
</style>