Shades of Burgundy #780F29
Tints of Burgundy #780F29
RGB
CMYK
RGB Variations
Color information
#780F29 (or 0x780F29) is known color: Burgundy. HEX triplet: 78, 0F and 29. RGB value is (120,15,41). Sum of RGB (Red+Green+Blue) = 120+15+41=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #780F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F29 is #87F0D6. Grayscale: #313131. Windows color (decimal): -8909015 or 2690936. OLE color: 2690936.
HSL color Cylindrical-coordinate representation of color #780F29: hue angle of 345.14º 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 #780F29 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 41 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.53 |
| HSL | 345.14º | 0.78% | 0.26% | - |
| HSV(B) | 345.14º | 0.88% | 0.47% | - |
| XYZ | 8.32 | 4.49 | 2.53 | - |
| YUV | 49.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 41 | 0 | 0.87 | 0.66 | 0.53 | 345.14 | 0.78 | 0.26 |
| Hex | 78 | F | 29 | 0 | 57 | 42 | 35 | 159 | 4E | 1A |
| Octal | 170 | 17 | 51 | 0 | 127 | 102 | 65 | 531 | 116 | 32 |
| Binary | 1111000 | 1111 | 101001 | 0 | 1010111 | 1000010 | 110101 | 101011001 | 1001110 | 11010 |
Color Harmonies of #780F29
Complementary color
Monochromatic Colors of #780F29
Black with #780F29
Text Example
Text Example
White with #780F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F29; }
p { color: rgb(120,15,41); }
H1.HeaderClassName
{
color: #780F29;
}
.AnyTagClassName
{
color: #780F29;
}
</style>
background-color css
<style>
a { background-color: #780F29; }
a { background-color: rgb(120,15,41); }
div.DivClassName
{
background-color: #780F29;
}
.BgClassName
{
background-color: #780F29;
}
</style>
border-color css
<style>
span { border-color: #780F29; }
span { border-color: rgb(120,15,41); }
td.TdClassName
{
border-color: #780F29;
}
.TagClassName
{
border-color: #780F29;
}
</style>