Shades of Burgundy #78050D
Tints of Burgundy #78050D
RGB
CMYK
RGB Variations
Color information
#78050D (or 0x78050D) is known color: Burgundy. HEX triplet: 78, 05 and 0D. RGB value is (120,5,13). Sum of RGB (Red+Green+Blue) = 120+5+13=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #78050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78050D is #87FAF2. Grayscale: #282828. Windows color (decimal): -8911603 or 853368. OLE color: 853368.
HSL color Cylindrical-coordinate representation of color #78050D: hue angle of 355.83º 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 #78050D is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 13 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.53 |
| HSL | 355.83º | 0.92% | 0.25% | - |
| HSV(B) | 355.83º | 0.96% | 0.47% | - |
| XYZ | 7.87 | 4.13 | 0.76 | - |
| YUV | 40.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 13 | 0 | 0.96 | 0.89 | 0.53 | 355.83 | 0.92 | 0.25 |
| Hex | 78 | 5 | D | 0 | 60 | 59 | 35 | 164 | 5C | 19 |
| Octal | 170 | 5 | 15 | 0 | 140 | 131 | 65 | 544 | 134 | 31 |
| Binary | 1111000 | 101 | 1101 | 0 | 1100000 | 1011001 | 110101 | 101100100 | 1011100 | 11001 |
Color Harmonies of #78050D
Complementary color
Monochromatic Colors of #78050D
Black with #78050D
Text Example
Text Example
White with #78050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78050D; }
p { color: rgb(120,5,13); }
H1.HeaderClassName
{
color: #78050D;
}
.AnyTagClassName
{
color: #78050D;
}
</style>
background-color css
<style>
a { background-color: #78050D; }
a { background-color: rgb(120,5,13); }
div.DivClassName
{
background-color: #78050D;
}
.BgClassName
{
background-color: #78050D;
}
</style>
border-color css
<style>
span { border-color: #78050D; }
span { border-color: rgb(120,5,13); }
td.TdClassName
{
border-color: #78050D;
}
.TagClassName
{
border-color: #78050D;
}
</style>