Shades of Burgundy #780322
Tints of Burgundy #780322
RGB
CMYK
RGB Variations
Color information
#780322 (or 0x780322) is known color: Burgundy. HEX triplet: 78, 03 and 22. RGB value is (120,3,34). Sum of RGB (Red+Green+Blue) = 120+3+34=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #780322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780322 is #87FCDD. Grayscale: #292929. Windows color (decimal): -8912094 or 2229112. OLE color: 2229112.
HSL color Cylindrical-coordinate representation of color #780322: hue angle of 344.1º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780322 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.53 |
| HSL | 344.1º | 0.95% | 0.24% | - |
| HSV(B) | 344.1º | 0.98% | 0.47% | - |
| XYZ | 8.07 | 4.17 | 1.89 | - |
| YUV | 41.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 34 | 0 | 0.98 | 0.72 | 0.53 | 344.1 | 0.95 | 0.24 |
| Hex | 78 | 3 | 22 | 0 | 62 | 48 | 35 | 158 | 5F | 18 |
| Octal | 170 | 3 | 42 | 0 | 142 | 110 | 65 | 530 | 137 | 30 |
| Binary | 1111000 | 11 | 100010 | 0 | 1100010 | 1001000 | 110101 | 101011000 | 1011111 | 11000 |
Color Harmonies of #780322
Complementary color
Monochromatic Colors of #780322
Black with #780322
Text Example
Text Example
White with #780322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780322; }
p { color: rgb(120,3,34); }
H1.HeaderClassName
{
color: #780322;
}
.AnyTagClassName
{
color: #780322;
}
</style>
background-color css
<style>
a { background-color: #780322; }
a { background-color: rgb(120,3,34); }
div.DivClassName
{
background-color: #780322;
}
.BgClassName
{
background-color: #780322;
}
</style>
border-color css
<style>
span { border-color: #780322; }
span { border-color: rgb(120,3,34); }
td.TdClassName
{
border-color: #780322;
}
.TagClassName
{
border-color: #780322;
}
</style>