Shades of Burgundy #78040D
Tints of Burgundy #78040D
RGB
CMYK
RGB Variations
Color information
#78040D (or 0x78040D) is known color: Burgundy. HEX triplet: 78, 04 and 0D. RGB value is (120,4,13). Sum of RGB (Red+Green+Blue) = 120+4+13=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #78040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78040D is #87FBF2. Grayscale: #272727. Windows color (decimal): -8911859 or 853112. OLE color: 853112.
HSL color Cylindrical-coordinate representation of color #78040D: hue angle of 355.34º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78040D is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 4 | 13 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.53 |
| HSL | 355.34º | 0.94% | 0.24% | - |
| HSV(B) | 355.34º | 0.97% | 0.47% | - |
| XYZ | 7.86 | 4.11 | 0.76 | - |
| YUV | 39.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 13 | 0 | 0.97 | 0.89 | 0.53 | 355.34 | 0.94 | 0.24 |
| Hex | 78 | 4 | D | 0 | 61 | 59 | 35 | 163 | 5E | 18 |
| Octal | 170 | 4 | 15 | 0 | 141 | 131 | 65 | 543 | 136 | 30 |
| Binary | 1111000 | 100 | 1101 | 0 | 1100001 | 1011001 | 110101 | 101100011 | 1011110 | 11000 |
Color Harmonies of #78040D
Complementary color
Monochromatic Colors of #78040D
Black with #78040D
Text Example
Text Example
White with #78040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78040D; }
p { color: rgb(120,4,13); }
H1.HeaderClassName
{
color: #78040D;
}
.AnyTagClassName
{
color: #78040D;
}
</style>
background-color css
<style>
a { background-color: #78040D; }
a { background-color: rgb(120,4,13); }
div.DivClassName
{
background-color: #78040D;
}
.BgClassName
{
background-color: #78040D;
}
</style>
border-color css
<style>
span { border-color: #78040D; }
span { border-color: rgb(120,4,13); }
td.TdClassName
{
border-color: #78040D;
}
.TagClassName
{
border-color: #78040D;
}
</style>