Shades of Burgundy #780223
Tints of Burgundy #780223
RGB
CMYK
RGB Variations
Color information
#780223 (or 0x780223) is known color: Burgundy. HEX triplet: 78, 02 and 23. RGB value is (120,2,35). Sum of RGB (Red+Green+Blue) = 120+2+35=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #780223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780223 is #87FDDC. Grayscale: #292929. Windows color (decimal): -8912349 or 2294392. OLE color: 2294392.
HSL color Cylindrical-coordinate representation of color #780223: hue angle of 343.22º 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 #780223 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.53 |
| HSL | 343.22º | 0.97% | 0.24% | - |
| HSV(B) | 343.22º | 0.98% | 0.47% | - |
| XYZ | 8.07 | 4.16 | 1.97 | - |
| YUV | 41.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 35 | 0 | 0.98 | 0.71 | 0.53 | 343.22 | 0.97 | 0.24 |
| Hex | 78 | 2 | 23 | 0 | 62 | 47 | 35 | 157 | 61 | 18 |
| Octal | 170 | 2 | 43 | 0 | 142 | 107 | 65 | 527 | 141 | 30 |
| Binary | 1111000 | 10 | 100011 | 0 | 1100010 | 1000111 | 110101 | 101010111 | 1100001 | 11000 |
Color Harmonies of #780223
Complementary color
Monochromatic Colors of #780223
Black with #780223
Text Example
Text Example
White with #780223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780223; }
p { color: rgb(120,2,35); }
H1.HeaderClassName
{
color: #780223;
}
.AnyTagClassName
{
color: #780223;
}
</style>
background-color css
<style>
a { background-color: #780223; }
a { background-color: rgb(120,2,35); }
div.DivClassName
{
background-color: #780223;
}
.BgClassName
{
background-color: #780223;
}
</style>
border-color css
<style>
span { border-color: #780223; }
span { border-color: rgb(120,2,35); }
td.TdClassName
{
border-color: #780223;
}
.TagClassName
{
border-color: #780223;
}
</style>