Shades of Burgundy #78072F
Tints of Burgundy #78072F
RGB
CMYK
RGB Variations
Color information
#78072F (or 0x78072F) is known color: Burgundy. HEX triplet: 78, 07 and 2F. RGB value is (120,7,47). Sum of RGB (Red+Green+Blue) = 120+7+47=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #78072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78072F is #87F8D0. Grayscale: #2D2D2D. Windows color (decimal): -8911057 or 3082104. OLE color: 3082104.
HSL color Cylindrical-coordinate representation of color #78072F: hue angle of 338.76º 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 #78072F is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 47 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.53 |
| HSL | 338.76º | 0.89% | 0.25% | - |
| HSV(B) | 338.76º | 0.94% | 0.47% | - |
| XYZ | 8.33 | 4.35 | 3.09 | - |
| YUV | 45.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 47 | 0 | 0.94 | 0.61 | 0.53 | 338.76 | 0.89 | 0.25 |
| Hex | 78 | 7 | 2F | 0 | 5E | 3D | 35 | 153 | 59 | 19 |
| Octal | 170 | 7 | 57 | 0 | 136 | 75 | 65 | 523 | 131 | 31 |
| Binary | 1111000 | 111 | 101111 | 0 | 1011110 | 111101 | 110101 | 101010011 | 1011001 | 11001 |
Color Harmonies of #78072F
Complementary color
Monochromatic Colors of #78072F
Black with #78072F
Text Example
Text Example
White with #78072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78072F; }
p { color: rgb(120,7,47); }
H1.HeaderClassName
{
color: #78072F;
}
.AnyTagClassName
{
color: #78072F;
}
</style>
background-color css
<style>
a { background-color: #78072F; }
a { background-color: rgb(120,7,47); }
div.DivClassName
{
background-color: #78072F;
}
.BgClassName
{
background-color: #78072F;
}
</style>
border-color css
<style>
span { border-color: #78072F; }
span { border-color: rgb(120,7,47); }
td.TdClassName
{
border-color: #78072F;
}
.TagClassName
{
border-color: #78072F;
}
</style>