Shades of Burgundy #780F28
Tints of Burgundy #780F28
RGB
CMYK
RGB Variations
Color information
#780F28 (or 0x780F28) is known color: Burgundy. HEX triplet: 78, 0F and 28. RGB value is (120,15,40). Sum of RGB (Red+Green+Blue) = 120+15+40=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F28 is #87F0D7. Grayscale: #313131. Windows color (decimal): -8909016 or 2625400. OLE color: 2625400.
HSL color Cylindrical-coordinate representation of color #780F28: hue angle of 345.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F28 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 40 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.53 |
| HSL | 345.71º | 0.78% | 0.26% | - |
| HSV(B) | 345.71º | 0.88% | 0.47% | - |
| XYZ | 8.3 | 4.49 | 2.44 | - |
| YUV | 49.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 40 | 0 | 0.87 | 0.67 | 0.53 | 345.71 | 0.78 | 0.26 |
| Hex | 78 | F | 28 | 0 | 57 | 43 | 35 | 15A | 4E | 1A |
| Octal | 170 | 17 | 50 | 0 | 127 | 103 | 65 | 532 | 116 | 32 |
| Binary | 1111000 | 1111 | 101000 | 0 | 1010111 | 1000011 | 110101 | 101011010 | 1001110 | 11010 |
Color Harmonies of #780F28
Complementary color
Monochromatic Colors of #780F28
Black with #780F28
Text Example
Text Example
White with #780F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F28; }
p { color: rgb(120,15,40); }
H1.HeaderClassName
{
color: #780F28;
}
.AnyTagClassName
{
color: #780F28;
}
</style>
background-color css
<style>
a { background-color: #780F28; }
a { background-color: rgb(120,15,40); }
div.DivClassName
{
background-color: #780F28;
}
.BgClassName
{
background-color: #780F28;
}
</style>
border-color css
<style>
span { border-color: #780F28; }
span { border-color: rgb(120,15,40); }
td.TdClassName
{
border-color: #780F28;
}
.TagClassName
{
border-color: #780F28;
}
</style>