Shades of Burgundy #780215
Tints of Burgundy #780215
RGB
CMYK
RGB Variations
Color information
#780215 (or 0x780215) is known color: Burgundy. HEX triplet: 78, 02 and 15. RGB value is (120,2,21). Sum of RGB (Red+Green+Blue) = 120+2+21=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #780215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780215 is #87FDEA. Grayscale: #272727. Windows color (decimal): -8912363 or 1376888. OLE color: 1376888.
HSL color Cylindrical-coordinate representation of color #780215: hue angle of 350.34º 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 #780215 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 21 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.53 |
| HSL | 350.34º | 0.97% | 0.24% | - |
| HSV(B) | 350.34º | 0.98% | 0.47% | - |
| XYZ | 7.9 | 4.09 | 1.08 | - |
| YUV | 39.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 21 | 0 | 0.98 | 0.83 | 0.53 | 350.34 | 0.97 | 0.24 |
| Hex | 78 | 2 | 15 | 0 | 62 | 53 | 35 | 15E | 61 | 18 |
| Octal | 170 | 2 | 25 | 0 | 142 | 123 | 65 | 536 | 141 | 30 |
| Binary | 1111000 | 10 | 10101 | 0 | 1100010 | 1010011 | 110101 | 101011110 | 1100001 | 11000 |
Color Harmonies of #780215
Complementary color
Monochromatic Colors of #780215
Black with #780215
Text Example
Text Example
White with #780215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780215; }
p { color: rgb(120,2,21); }
H1.HeaderClassName
{
color: #780215;
}
.AnyTagClassName
{
color: #780215;
}
</style>
background-color css
<style>
a { background-color: #780215; }
a { background-color: rgb(120,2,21); }
div.DivClassName
{
background-color: #780215;
}
.BgClassName
{
background-color: #780215;
}
</style>
border-color css
<style>
span { border-color: #780215; }
span { border-color: rgb(120,2,21); }
td.TdClassName
{
border-color: #780215;
}
.TagClassName
{
border-color: #780215;
}
</style>