Shades of Burgundy #780F2C
Tints of Burgundy #780F2C
RGB
CMYK
RGB Variations
Color information
#780F2C (or 0x780F2C) is known color: Burgundy. HEX triplet: 78, 0F and 2C. RGB value is (120,15,44). Sum of RGB (Red+Green+Blue) = 120+15+44=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #780F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F2C is #87F0D3. Grayscale: #313131. Windows color (decimal): -8909012 or 2887544. OLE color: 2887544.
HSL color Cylindrical-coordinate representation of color #780F2C: hue angle of 343.43º 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 #780F2C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 44 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.53 |
| HSL | 343.43º | 0.78% | 0.26% | - |
| HSV(B) | 343.43º | 0.88% | 0.47% | - |
| XYZ | 8.37 | 4.52 | 2.81 | - |
| YUV | 49.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 44 | 0 | 0.87 | 0.63 | 0.53 | 343.43 | 0.78 | 0.26 |
| Hex | 78 | F | 2C | 0 | 57 | 3F | 35 | 157 | 4E | 1A |
| Octal | 170 | 17 | 54 | 0 | 127 | 77 | 65 | 527 | 116 | 32 |
| Binary | 1111000 | 1111 | 101100 | 0 | 1010111 | 111111 | 110101 | 101010111 | 1001110 | 11010 |
Color Harmonies of #780F2C
Complementary color
Monochromatic Colors of #780F2C
Black with #780F2C
Text Example
Text Example
White with #780F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F2C; }
p { color: rgb(120,15,44); }
H1.HeaderClassName
{
color: #780F2C;
}
.AnyTagClassName
{
color: #780F2C;
}
</style>
background-color css
<style>
a { background-color: #780F2C; }
a { background-color: rgb(120,15,44); }
div.DivClassName
{
background-color: #780F2C;
}
.BgClassName
{
background-color: #780F2C;
}
</style>
border-color css
<style>
span { border-color: #780F2C; }
span { border-color: rgb(120,15,44); }
td.TdClassName
{
border-color: #780F2C;
}
.TagClassName
{
border-color: #780F2C;
}
</style>