Shades of Burgundy #78051B
Tints of Burgundy #78051B
RGB
CMYK
RGB Variations
Color information
#78051B (or 0x78051B) is known color: Burgundy. HEX triplet: 78, 05 and 1B. RGB value is (120,5,27). Sum of RGB (Red+Green+Blue) = 120+5+27=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78051B is #87FAE4. Grayscale: #292929. Windows color (decimal): -8911589 or 1770872. OLE color: 1770872.
HSL color Cylindrical-coordinate representation of color #78051B: hue angle of 348.52º 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 #78051B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 27 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.53 |
| HSL | 348.52º | 0.92% | 0.25% | - |
| HSV(B) | 348.52º | 0.96% | 0.47% | - |
| XYZ | 8 | 4.18 | 1.42 | - |
| YUV | 41.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 27 | 0 | 0.96 | 0.78 | 0.53 | 348.52 | 0.92 | 0.25 |
| Hex | 78 | 5 | 1B | 0 | 60 | 4E | 35 | 15D | 5C | 19 |
| Octal | 170 | 5 | 33 | 0 | 140 | 116 | 65 | 535 | 134 | 31 |
| Binary | 1111000 | 101 | 11011 | 0 | 1100000 | 1001110 | 110101 | 101011101 | 1011100 | 11001 |
Color Harmonies of #78051B
Complementary color
Monochromatic Colors of #78051B
Black with #78051B
Text Example
Text Example
White with #78051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78051B; }
p { color: rgb(120,5,27); }
H1.HeaderClassName
{
color: #78051B;
}
.AnyTagClassName
{
color: #78051B;
}
</style>
background-color css
<style>
a { background-color: #78051B; }
a { background-color: rgb(120,5,27); }
div.DivClassName
{
background-color: #78051B;
}
.BgClassName
{
background-color: #78051B;
}
</style>
border-color css
<style>
span { border-color: #78051B; }
span { border-color: rgb(120,5,27); }
td.TdClassName
{
border-color: #78051B;
}
.TagClassName
{
border-color: #78051B;
}
</style>