Shades of Burgundy #78071D
Tints of Burgundy #78071D
RGB
CMYK
RGB Variations
Color information
#78071D (or 0x78071D) is known color: Burgundy. HEX triplet: 78, 07 and 1D. RGB value is (120,7,29). Sum of RGB (Red+Green+Blue) = 120+7+29=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #78071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78071D is #87F8E2. Grayscale: #2B2B2B. Windows color (decimal): -8911075 or 1902456. OLE color: 1902456.
HSL color Cylindrical-coordinate representation of color #78071D: hue angle of 348.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78071D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 29 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.53 |
| HSL | 348.32º | 0.89% | 0.25% | - |
| HSV(B) | 348.32º | 0.94% | 0.47% | - |
| XYZ | 8.04 | 4.23 | 1.56 | - |
| YUV | 43.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 29 | 0 | 0.94 | 0.76 | 0.53 | 348.32 | 0.89 | 0.25 |
| Hex | 78 | 7 | 1D | 0 | 5E | 4C | 35 | 15C | 59 | 19 |
| Octal | 170 | 7 | 35 | 0 | 136 | 114 | 65 | 534 | 131 | 31 |
| Binary | 1111000 | 111 | 11101 | 0 | 1011110 | 1001100 | 110101 | 101011100 | 1011001 | 11001 |
Color Harmonies of #78071D
Complementary color
Monochromatic Colors of #78071D
Black with #78071D
Text Example
Text Example
White with #78071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78071D; }
p { color: rgb(120,7,29); }
H1.HeaderClassName
{
color: #78071D;
}
.AnyTagClassName
{
color: #78071D;
}
</style>
background-color css
<style>
a { background-color: #78071D; }
a { background-color: rgb(120,7,29); }
div.DivClassName
{
background-color: #78071D;
}
.BgClassName
{
background-color: #78071D;
}
</style>
border-color css
<style>
span { border-color: #78071D; }
span { border-color: rgb(120,7,29); }
td.TdClassName
{
border-color: #78071D;
}
.TagClassName
{
border-color: #78071D;
}
</style>