Shades of Burgundy #7C0B14
Tints of Burgundy #7C0B14
RGB
CMYK
RGB Variations
Color information
#7C0B14 (or 0x7C0B14) is known color: Burgundy. HEX triplet: 7C, 0B and 14. RGB value is (124,11,20). Sum of RGB (Red+Green+Blue) = 124+11+20=155 (20% of max value = 765). Red value is 124 (48.83% from 255 or 80% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0B14 is #83F4EB. Grayscale: #2D2D2D. Windows color (decimal): -8647916 or 1313660. OLE color: 1313660.
HSL color Cylindrical-coordinate representation of color #7C0B14: hue angle of 355.22º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0B14 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 11 | 20 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.51 |
| HSL | 355.22º | 0.84% | 0.26% | - |
| HSV(B) | 355.22º | 0.91% | 0.49% | - |
| XYZ | 8.56 | 4.57 | 1.09 | - |
| YUV | 45.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 20 | 0 | 0.91 | 0.84 | 0.51 | 355.22 | 0.84 | 0.26 |
| Hex | 7C | B | 14 | 0 | 5B | 54 | 33 | 163 | 54 | 1A |
| Octal | 174 | 13 | 24 | 0 | 133 | 124 | 63 | 543 | 124 | 32 |
| Binary | 1111100 | 1011 | 10100 | 0 | 1011011 | 1010100 | 110011 | 101100011 | 1010100 | 11010 |
Color Harmonies of #7C0B14
Complementary color
Monochromatic Colors of #7C0B14
Black with #7C0B14
Text Example
Text Example
White with #7C0B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0B14; }
p { color: rgb(124,11,20); }
H1.HeaderClassName
{
color: #7C0B14;
}
.AnyTagClassName
{
color: #7C0B14;
}
</style>
background-color css
<style>
a { background-color: #7C0B14; }
a { background-color: rgb(124,11,20); }
div.DivClassName
{
background-color: #7C0B14;
}
.BgClassName
{
background-color: #7C0B14;
}
</style>
border-color css
<style>
span { border-color: #7C0B14; }
span { border-color: rgb(124,11,20); }
td.TdClassName
{
border-color: #7C0B14;
}
.TagClassName
{
border-color: #7C0B14;
}
</style>