Shades of Burgundy #780F1C
Tints of Burgundy #780F1C
RGB
CMYK
RGB Variations
Color information
#780F1C (or 0x780F1C) is known color: Burgundy. HEX triplet: 78, 0F and 1C. RGB value is (120,15,28). Sum of RGB (Red+Green+Blue) = 120+15+28=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #780F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F1C is #87F0E3. Grayscale: #2F2F2F. Windows color (decimal): -8909028 or 1838968. OLE color: 1838968.
HSL color Cylindrical-coordinate representation of color #780F1C: hue angle of 352.57º 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 #780F1C is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 28 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.53 |
| HSL | 352.57º | 0.78% | 0.26% | - |
| HSV(B) | 352.57º | 0.88% | 0.47% | - |
| XYZ | 8.13 | 4.42 | 1.52 | - |
| YUV | 47.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 28 | 0 | 0.87 | 0.77 | 0.53 | 352.57 | 0.78 | 0.26 |
| Hex | 78 | F | 1C | 0 | 57 | 4D | 35 | 161 | 4E | 1A |
| Octal | 170 | 17 | 34 | 0 | 127 | 115 | 65 | 541 | 116 | 32 |
| Binary | 1111000 | 1111 | 11100 | 0 | 1010111 | 1001101 | 110101 | 101100001 | 1001110 | 11010 |
Color Harmonies of #780F1C
Complementary color
Monochromatic Colors of #780F1C
Black with #780F1C
Text Example
Text Example
White with #780F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F1C; }
p { color: rgb(120,15,28); }
H1.HeaderClassName
{
color: #780F1C;
}
.AnyTagClassName
{
color: #780F1C;
}
</style>
background-color css
<style>
a { background-color: #780F1C; }
a { background-color: rgb(120,15,28); }
div.DivClassName
{
background-color: #780F1C;
}
.BgClassName
{
background-color: #780F1C;
}
</style>
border-color css
<style>
span { border-color: #780F1C; }
span { border-color: rgb(120,15,28); }
td.TdClassName
{
border-color: #780F1C;
}
.TagClassName
{
border-color: #780F1C;
}
</style>