Shades of Burgundy #780828
Tints of Burgundy #780828
RGB
CMYK
RGB Variations
Color information
#780828 (or 0x780828) is known color: Burgundy. HEX triplet: 78, 08 and 28. RGB value is (120,8,40). Sum of RGB (Red+Green+Blue) = 120+8+40=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #780828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780828 is #87F7D7. Grayscale: #2D2D2D. Windows color (decimal): -8910808 or 2623608. OLE color: 2623608.
HSL color Cylindrical-coordinate representation of color #780828: hue angle of 342.86º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780828 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 40 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.53 |
| HSL | 342.86º | 0.88% | 0.25% | - |
| HSV(B) | 342.86º | 0.93% | 0.47% | - |
| XYZ | 8.22 | 4.32 | 2.41 | - |
| YUV | 45.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 40 | 0 | 0.93 | 0.67 | 0.53 | 342.86 | 0.88 | 0.25 |
| Hex | 78 | 8 | 28 | 0 | 5D | 43 | 35 | 157 | 58 | 19 |
| Octal | 170 | 10 | 50 | 0 | 135 | 103 | 65 | 527 | 130 | 31 |
| Binary | 1111000 | 1000 | 101000 | 0 | 1011101 | 1000011 | 110101 | 101010111 | 1011000 | 11001 |
Color Harmonies of #780828
Complementary color
Monochromatic Colors of #780828
Black with #780828
Text Example
Text Example
White with #780828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780828; }
p { color: rgb(120,8,40); }
H1.HeaderClassName
{
color: #780828;
}
.AnyTagClassName
{
color: #780828;
}
</style>
background-color css
<style>
a { background-color: #780828; }
a { background-color: rgb(120,8,40); }
div.DivClassName
{
background-color: #780828;
}
.BgClassName
{
background-color: #780828;
}
</style>
border-color css
<style>
span { border-color: #780828; }
span { border-color: rgb(120,8,40); }
td.TdClassName
{
border-color: #780828;
}
.TagClassName
{
border-color: #780828;
}
</style>