Shades of Burgundy #780928
Tints of Burgundy #780928
RGB
CMYK
RGB Variations
Color information
#780928 (or 0x780928) is known color: Burgundy. HEX triplet: 78, 09 and 28. RGB value is (120,9,40). Sum of RGB (Red+Green+Blue) = 120+9+40=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #780928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780928 is #87F6D7. Grayscale: #2D2D2D. Windows color (decimal): -8910552 or 2623864. OLE color: 2623864.
HSL color Cylindrical-coordinate representation of color #780928: hue angle of 343.24º degrees, saturation: 0.86, 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 #780928 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 40 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.53 |
| HSL | 343.24º | 0.86% | 0.25% | - |
| HSV(B) | 343.24º | 0.93% | 0.47% | - |
| XYZ | 8.23 | 4.34 | 2.41 | - |
| YUV | 45.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 40 | 0 | 0.92 | 0.67 | 0.53 | 343.24 | 0.86 | 0.25 |
| Hex | 78 | 9 | 28 | 0 | 5C | 43 | 35 | 157 | 56 | 19 |
| Octal | 170 | 11 | 50 | 0 | 134 | 103 | 65 | 527 | 126 | 31 |
| Binary | 1111000 | 1001 | 101000 | 0 | 1011100 | 1000011 | 110101 | 101010111 | 1010110 | 11001 |
Color Harmonies of #780928
Complementary color
Monochromatic Colors of #780928
Black with #780928
Text Example
Text Example
White with #780928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780928; }
p { color: rgb(120,9,40); }
H1.HeaderClassName
{
color: #780928;
}
.AnyTagClassName
{
color: #780928;
}
</style>
background-color css
<style>
a { background-color: #780928; }
a { background-color: rgb(120,9,40); }
div.DivClassName
{
background-color: #780928;
}
.BgClassName
{
background-color: #780928;
}
</style>
border-color css
<style>
span { border-color: #780928; }
span { border-color: rgb(120,9,40); }
td.TdClassName
{
border-color: #780928;
}
.TagClassName
{
border-color: #780928;
}
</style>