Shades of Burgundy #780A32
Tints of Burgundy #780A32
RGB
CMYK
RGB Variations
Color information
#780A32 (or 0x780A32) is known color: Burgundy. HEX triplet: 78, 0A and 32. RGB value is (120,10,50). Sum of RGB (Red+Green+Blue) = 120+10+50=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #780A32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A32 is #87F5CD. Grayscale: #2F2F2F. Windows color (decimal): -8910286 or 3279480. OLE color: 3279480.
HSL color Cylindrical-coordinate representation of color #780A32: hue angle of 338.18º 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 #780A32 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 50 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.53 |
| HSL | 338.18º | 0.85% | 0.25% | - |
| HSV(B) | 338.18º | 0.92% | 0.47% | - |
| XYZ | 8.43 | 4.44 | 3.43 | - |
| YUV | 47.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 50 | 0 | 0.92 | 0.58 | 0.53 | 338.18 | 0.85 | 0.25 |
| Hex | 78 | A | 32 | 0 | 5C | 3A | 35 | 152 | 55 | 19 |
| Octal | 170 | 12 | 62 | 0 | 134 | 72 | 65 | 522 | 125 | 31 |
| Binary | 1111000 | 1010 | 110010 | 0 | 1011100 | 111010 | 110101 | 101010010 | 1010101 | 11001 |
Color Harmonies of #780A32
Complementary color
Monochromatic Colors of #780A32
Black with #780A32
Text Example
Text Example
White with #780A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A32; }
p { color: rgb(120,10,50); }
H1.HeaderClassName
{
color: #780A32;
}
.AnyTagClassName
{
color: #780A32;
}
</style>
background-color css
<style>
a { background-color: #780A32; }
a { background-color: rgb(120,10,50); }
div.DivClassName
{
background-color: #780A32;
}
.BgClassName
{
background-color: #780A32;
}
</style>
border-color css
<style>
span { border-color: #780A32; }
span { border-color: rgb(120,10,50); }
td.TdClassName
{
border-color: #780A32;
}
.TagClassName
{
border-color: #780A32;
}
</style>