Shades of Burgundy #780B10
Tints of Burgundy #780B10
RGB
CMYK
RGB Variations
Color information
#780B10 (or 0x780B10) is known color: Burgundy. HEX triplet: 78, 0B and 10. RGB value is (120,11,16). Sum of RGB (Red+Green+Blue) = 120+11+16=147 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.63% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 120 - color contains mainly: red. Hex color #780B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B10 is #87F4EF. Grayscale: #2C2C2C. Windows color (decimal): -8910064 or 1051512. OLE color: 1051512.
HSL color Cylindrical-coordinate representation of color #780B10: hue angle of 357.25º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B10 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 16 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.53 |
| HSL | 357.25º | 0.83% | 0.26% | - |
| HSV(B) | 357.25º | 0.91% | 0.47% | - |
| XYZ | 7.96 | 4.27 | 0.89 | - |
| YUV | 44.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 16 | 0 | 0.91 | 0.87 | 0.53 | 357.25 | 0.83 | 0.26 |
| Hex | 78 | B | 10 | 0 | 5B | 57 | 35 | 165 | 53 | 1A |
| Octal | 170 | 13 | 20 | 0 | 133 | 127 | 65 | 545 | 123 | 32 |
| Binary | 1111000 | 1011 | 10000 | 0 | 1011011 | 1010111 | 110101 | 101100101 | 1010011 | 11010 |
Color Harmonies of #780B10
Complementary color
Monochromatic Colors of #780B10
Black with #780B10
Text Example
Text Example
White with #780B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B10; }
p { color: rgb(120,11,16); }
H1.HeaderClassName
{
color: #780B10;
}
.AnyTagClassName
{
color: #780B10;
}
</style>
background-color css
<style>
a { background-color: #780B10; }
a { background-color: rgb(120,11,16); }
div.DivClassName
{
background-color: #780B10;
}
.BgClassName
{
background-color: #780B10;
}
</style>
border-color css
<style>
span { border-color: #780B10; }
span { border-color: rgb(120,11,16); }
td.TdClassName
{
border-color: #780B10;
}
.TagClassName
{
border-color: #780B10;
}
</style>