Shades of Burgundy #780934
Tints of Burgundy #780934
RGB
CMYK
RGB Variations
Color information
#780934 (or 0x780934) is known color: Burgundy. HEX triplet: 78, 09 and 34. RGB value is (120,9,52). Sum of RGB (Red+Green+Blue) = 120+9+52=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #780934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780934 is #87F6CB. Grayscale: #2F2F2F. Windows color (decimal): -8910540 or 3410296. OLE color: 3410296.
HSL color Cylindrical-coordinate representation of color #780934: hue angle of 336.76º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780934 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 52 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.53 |
| HSL | 336.76º | 0.86% | 0.25% | - |
| HSV(B) | 336.76º | 0.93% | 0.47% | - |
| XYZ | 8.46 | 4.44 | 3.66 | - |
| YUV | 47.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 52 | 0 | 0.92 | 0.57 | 0.53 | 336.76 | 0.86 | 0.25 |
| Hex | 78 | 9 | 34 | 0 | 5C | 39 | 35 | 151 | 56 | 19 |
| Octal | 170 | 11 | 64 | 0 | 134 | 71 | 65 | 521 | 126 | 31 |
| Binary | 1111000 | 1001 | 110100 | 0 | 1011100 | 111001 | 110101 | 101010001 | 1010110 | 11001 |
Color Harmonies of #780934
Complementary color
Monochromatic Colors of #780934
Black with #780934
Text Example
Text Example
White with #780934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780934; }
p { color: rgb(120,9,52); }
H1.HeaderClassName
{
color: #780934;
}
.AnyTagClassName
{
color: #780934;
}
</style>
background-color css
<style>
a { background-color: #780934; }
a { background-color: rgb(120,9,52); }
div.DivClassName
{
background-color: #780934;
}
.BgClassName
{
background-color: #780934;
}
</style>
border-color css
<style>
span { border-color: #780934; }
span { border-color: rgb(120,9,52); }
td.TdClassName
{
border-color: #780934;
}
.TagClassName
{
border-color: #780934;
}
</style>