Shades of Burgundy #780315
Tints of Burgundy #780315
RGB
CMYK
RGB Variations
Color information
#780315 (or 0x780315) is known color: Burgundy. HEX triplet: 78, 03 and 15. RGB value is (120,3,21). Sum of RGB (Red+Green+Blue) = 120+3+21=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #780315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780315 is #87FCEA. Grayscale: #282828. Windows color (decimal): -8912107 or 1377144. OLE color: 1377144.
HSL color Cylindrical-coordinate representation of color #780315: hue angle of 350.77º 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 #780315 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.53 |
| HSL | 350.77º | 0.95% | 0.24% | - |
| HSV(B) | 350.77º | 0.98% | 0.47% | - |
| XYZ | 7.91 | 4.11 | 1.09 | - |
| YUV | 40.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 21 | 0 | 0.98 | 0.83 | 0.53 | 350.77 | 0.95 | 0.24 |
| Hex | 78 | 3 | 15 | 0 | 62 | 53 | 35 | 15F | 5F | 18 |
| Octal | 170 | 3 | 25 | 0 | 142 | 123 | 65 | 537 | 137 | 30 |
| Binary | 1111000 | 11 | 10101 | 0 | 1100010 | 1010011 | 110101 | 101011111 | 1011111 | 11000 |
Color Harmonies of #780315
Complementary color
Monochromatic Colors of #780315
Black with #780315
Text Example
Text Example
White with #780315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780315; }
p { color: rgb(120,3,21); }
H1.HeaderClassName
{
color: #780315;
}
.AnyTagClassName
{
color: #780315;
}
</style>
background-color css
<style>
a { background-color: #780315; }
a { background-color: rgb(120,3,21); }
div.DivClassName
{
background-color: #780315;
}
.BgClassName
{
background-color: #780315;
}
</style>
border-color css
<style>
span { border-color: #780315; }
span { border-color: rgb(120,3,21); }
td.TdClassName
{
border-color: #780315;
}
.TagClassName
{
border-color: #780315;
}
</style>