Shades of Burgundy #780A34
Tints of Burgundy #780A34
RGB
CMYK
RGB Variations
Color information
#780A34 (or 0x780A34) is known color: Burgundy. HEX triplet: 78, 0A and 34. RGB value is (120,10,52). Sum of RGB (Red+Green+Blue) = 120+10+52=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #780A34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A34 is #87F5CB. Grayscale: #2F2F2F. Windows color (decimal): -8910284 or 3410552. OLE color: 3410552.
HSL color Cylindrical-coordinate representation of color #780A34: hue angle of 337.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A34 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 52 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.53 |
| HSL | 337.09º | 0.85% | 0.25% | - |
| HSV(B) | 337.09º | 0.92% | 0.47% | - |
| XYZ | 8.47 | 4.46 | 3.66 | - |
| YUV | 47.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 52 | 0 | 0.92 | 0.57 | 0.53 | 337.09 | 0.85 | 0.25 |
| Hex | 78 | A | 34 | 0 | 5C | 39 | 35 | 151 | 55 | 19 |
| Octal | 170 | 12 | 64 | 0 | 134 | 71 | 65 | 521 | 125 | 31 |
| Binary | 1111000 | 1010 | 110100 | 0 | 1011100 | 111001 | 110101 | 101010001 | 1010101 | 11001 |
Color Harmonies of #780A34
Complementary color
Monochromatic Colors of #780A34
Black with #780A34
Text Example
Text Example
White with #780A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A34; }
p { color: rgb(120,10,52); }
H1.HeaderClassName
{
color: #780A34;
}
.AnyTagClassName
{
color: #780A34;
}
</style>
background-color css
<style>
a { background-color: #780A34; }
a { background-color: rgb(120,10,52); }
div.DivClassName
{
background-color: #780A34;
}
.BgClassName
{
background-color: #780A34;
}
</style>
border-color css
<style>
span { border-color: #780A34; }
span { border-color: rgb(120,10,52); }
td.TdClassName
{
border-color: #780A34;
}
.TagClassName
{
border-color: #780A34;
}
</style>