Shades of Burgundy #780224
Tints of Burgundy #780224
RGB
CMYK
RGB Variations
Color information
#780224 (or 0x780224) is known color: Burgundy. HEX triplet: 78, 02 and 24. RGB value is (120,2,36). Sum of RGB (Red+Green+Blue) = 120+2+36=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #780224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780224 is #87FDDB. Grayscale: #292929. Windows color (decimal): -8912348 or 2359928. OLE color: 2359928.
HSL color Cylindrical-coordinate representation of color #780224: hue angle of 342.71º degrees, saturation: 0.97, 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 #780224 is Cyan = 0, Magento = 0.98, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.7 | 0.53 |
| HSL | 342.71º | 0.97% | 0.24% | - |
| HSV(B) | 342.71º | 0.98% | 0.47% | - |
| XYZ | 8.09 | 4.16 | 2.05 | - |
| YUV | 41.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 36 | 0 | 0.98 | 0.7 | 0.53 | 342.71 | 0.97 | 0.24 |
| Hex | 78 | 2 | 24 | 0 | 62 | 46 | 35 | 157 | 61 | 18 |
| Octal | 170 | 2 | 44 | 0 | 142 | 106 | 65 | 527 | 141 | 30 |
| Binary | 1111000 | 10 | 100100 | 0 | 1100010 | 1000110 | 110101 | 101010111 | 1100001 | 11000 |
Color Harmonies of #780224
Complementary color
Monochromatic Colors of #780224
Black with #780224
Text Example
Text Example
White with #780224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780224; }
p { color: rgb(120,2,36); }
H1.HeaderClassName
{
color: #780224;
}
.AnyTagClassName
{
color: #780224;
}
</style>
background-color css
<style>
a { background-color: #780224; }
a { background-color: rgb(120,2,36); }
div.DivClassName
{
background-color: #780224;
}
.BgClassName
{
background-color: #780224;
}
</style>
border-color css
<style>
span { border-color: #780224; }
span { border-color: rgb(120,2,36); }
td.TdClassName
{
border-color: #780224;
}
.TagClassName
{
border-color: #780224;
}
</style>