Shades of Burgundy #78072B
Tints of Burgundy #78072B
RGB
CMYK
RGB Variations
Color information
#78072B (or 0x78072B) is known color: Burgundy. HEX triplet: 78, 07 and 2B. RGB value is (120,7,43). Sum of RGB (Red+Green+Blue) = 120+7+43=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78072B is #87F8D4. Grayscale: #2C2C2C. Windows color (decimal): -8911061 or 2819960. OLE color: 2819960.
HSL color Cylindrical-coordinate representation of color #78072B: hue angle of 340.88º 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 #78072B is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 43 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.53 |
| HSL | 340.88º | 0.89% | 0.25% | - |
| HSV(B) | 340.88º | 0.94% | 0.47% | - |
| XYZ | 8.26 | 4.32 | 2.68 | - |
| YUV | 44.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 43 | 0 | 0.94 | 0.64 | 0.53 | 340.88 | 0.89 | 0.25 |
| Hex | 78 | 7 | 2B | 0 | 5E | 40 | 35 | 155 | 59 | 19 |
| Octal | 170 | 7 | 53 | 0 | 136 | 100 | 65 | 525 | 131 | 31 |
| Binary | 1111000 | 111 | 101011 | 0 | 1011110 | 1000000 | 110101 | 101010101 | 1011001 | 11001 |
Color Harmonies of #78072B
Complementary color
Monochromatic Colors of #78072B
Black with #78072B
Text Example
Text Example
White with #78072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78072B; }
p { color: rgb(120,7,43); }
H1.HeaderClassName
{
color: #78072B;
}
.AnyTagClassName
{
color: #78072B;
}
</style>
background-color css
<style>
a { background-color: #78072B; }
a { background-color: rgb(120,7,43); }
div.DivClassName
{
background-color: #78072B;
}
.BgClassName
{
background-color: #78072B;
}
</style>
border-color css
<style>
span { border-color: #78072B; }
span { border-color: rgb(120,7,43); }
td.TdClassName
{
border-color: #78072B;
}
.TagClassName
{
border-color: #78072B;
}
</style>