Shades of Burgundy #78051C
Tints of Burgundy #78051C
RGB
CMYK
RGB Variations
Color information
#78051C (or 0x78051C) is known color: Burgundy. HEX triplet: 78, 05 and 1C. RGB value is (120,5,28). Sum of RGB (Red+Green+Blue) = 120+5+28=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #78051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78051C is #87FAE3. Grayscale: #2A2A2A. Windows color (decimal): -8911588 or 1836408. OLE color: 1836408.
HSL color Cylindrical-coordinate representation of color #78051C: hue angle of 348º 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 #78051C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 28 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.53 |
| HSL | 348º | 0.92% | 0.25% | - |
| HSV(B) | 348º | 0.96% | 0.47% | - |
| XYZ | 8.01 | 4.19 | 1.48 | - |
| YUV | 42.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 28 | 0 | 0.96 | 0.77 | 0.53 | 348 | 0.92 | 0.25 |
| Hex | 78 | 5 | 1C | 0 | 60 | 4D | 35 | 15C | 5C | 19 |
| Octal | 170 | 5 | 34 | 0 | 140 | 115 | 65 | 534 | 134 | 31 |
| Binary | 1111000 | 101 | 11100 | 0 | 1100000 | 1001101 | 110101 | 101011100 | 1011100 | 11001 |
Color Harmonies of #78051C
Complementary color
Monochromatic Colors of #78051C
Black with #78051C
Text Example
Text Example
White with #78051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78051C; }
p { color: rgb(120,5,28); }
H1.HeaderClassName
{
color: #78051C;
}
.AnyTagClassName
{
color: #78051C;
}
</style>
background-color css
<style>
a { background-color: #78051C; }
a { background-color: rgb(120,5,28); }
div.DivClassName
{
background-color: #78051C;
}
.BgClassName
{
background-color: #78051C;
}
</style>
border-color css
<style>
span { border-color: #78051C; }
span { border-color: rgb(120,5,28); }
td.TdClassName
{
border-color: #78051C;
}
.TagClassName
{
border-color: #78051C;
}
</style>