Shades of Burgundy #780C32
Tints of Burgundy #780C32
RGB
CMYK
RGB Variations
Color information
#780C32 (or 0x780C32) is known color: Burgundy. HEX triplet: 78, 0C and 32. RGB value is (120,12,50). Sum of RGB (Red+Green+Blue) = 120+12+50=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #780C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C32 is #87F3CD. Grayscale: #303030. Windows color (decimal): -8909774 or 3279992. OLE color: 3279992.
HSL color Cylindrical-coordinate representation of color #780C32: hue angle of 338.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C32 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 50 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.53 |
| HSL | 338.89º | 0.82% | 0.26% | - |
| HSV(B) | 338.89º | 0.9% | 0.47% | - |
| XYZ | 8.45 | 4.49 | 3.44 | - |
| YUV | 48.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 50 | 0 | 0.90 | 0.58 | 0.53 | 338.89 | 0.82 | 0.26 |
| Hex | 78 | C | 32 | 0 | 5A | 3A | 35 | 153 | 52 | 1A |
| Octal | 170 | 14 | 62 | 0 | 132 | 72 | 65 | 523 | 122 | 32 |
| Binary | 1111000 | 1100 | 110010 | 0 | 1011010 | 111010 | 110101 | 101010011 | 1010010 | 11010 |
Color Harmonies of #780C32
Complementary color
Monochromatic Colors of #780C32
Black with #780C32
Text Example
Text Example
White with #780C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C32; }
p { color: rgb(120,12,50); }
H1.HeaderClassName
{
color: #780C32;
}
.AnyTagClassName
{
color: #780C32;
}
</style>
background-color css
<style>
a { background-color: #780C32; }
a { background-color: rgb(120,12,50); }
div.DivClassName
{
background-color: #780C32;
}
.BgClassName
{
background-color: #780C32;
}
</style>
border-color css
<style>
span { border-color: #780C32; }
span { border-color: rgb(120,12,50); }
td.TdClassName
{
border-color: #780C32;
}
.TagClassName
{
border-color: #780C32;
}
</style>