Shades of Burgundy #780628
Tints of Burgundy #780628
RGB
CMYK
RGB Variations
Color information
#780628 (or 0x780628) is known color: Burgundy. HEX triplet: 78, 06 and 28. RGB value is (120,6,40). Sum of RGB (Red+Green+Blue) = 120+6+40=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #780628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780628 is #87F9D7. Grayscale: #2B2B2B. Windows color (decimal): -8911320 or 2623096. OLE color: 2623096.
HSL color Cylindrical-coordinate representation of color #780628: hue angle of 342.11º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780628 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 40 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.53 |
| HSL | 342.11º | 0.9% | 0.25% | - |
| HSV(B) | 342.11º | 0.95% | 0.47% | - |
| XYZ | 8.19 | 4.28 | 2.4 | - |
| YUV | 43.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 40 | 0 | 0.95 | 0.67 | 0.53 | 342.11 | 0.9 | 0.25 |
| Hex | 78 | 6 | 28 | 0 | 5F | 43 | 35 | 156 | 5A | 19 |
| Octal | 170 | 6 | 50 | 0 | 137 | 103 | 65 | 526 | 132 | 31 |
| Binary | 1111000 | 110 | 101000 | 0 | 1011111 | 1000011 | 110101 | 101010110 | 1011010 | 11001 |
Color Harmonies of #780628
Complementary color
Monochromatic Colors of #780628
Black with #780628
Text Example
Text Example
White with #780628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780628; }
p { color: rgb(120,6,40); }
H1.HeaderClassName
{
color: #780628;
}
.AnyTagClassName
{
color: #780628;
}
</style>
background-color css
<style>
a { background-color: #780628; }
a { background-color: rgb(120,6,40); }
div.DivClassName
{
background-color: #780628;
}
.BgClassName
{
background-color: #780628;
}
</style>
border-color css
<style>
span { border-color: #780628; }
span { border-color: rgb(120,6,40); }
td.TdClassName
{
border-color: #780628;
}
.TagClassName
{
border-color: #780628;
}
</style>