Shades of Burgundy #7C0C1E
Tints of Burgundy #7C0C1E
RGB
CMYK
RGB Variations
Color information
#7C0C1E (or 0x7C0C1E) is known color: Burgundy. HEX triplet: 7C, 0C and 1E. RGB value is (124,12,30). Sum of RGB (Red+Green+Blue) = 124+12+30=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0C1E is #83F3E1. Grayscale: #2F2F2F. Windows color (decimal): -8647650 or 1969276. OLE color: 1969276.
HSL color Cylindrical-coordinate representation of color #7C0C1E: hue angle of 350.36º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0C1E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 12 | 30 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.51 |
| HSL | 350.36º | 0.82% | 0.27% | - |
| HSV(B) | 350.36º | 0.9% | 0.49% | - |
| XYZ | 8.68 | 4.64 | 1.67 | - |
| YUV | 47.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 30 | 0 | 0.90 | 0.76 | 0.51 | 350.36 | 0.82 | 0.27 |
| Hex | 7C | C | 1E | 0 | 5A | 4C | 33 | 15E | 52 | 1B |
| Octal | 174 | 14 | 36 | 0 | 132 | 114 | 63 | 536 | 122 | 33 |
| Binary | 1111100 | 1100 | 11110 | 0 | 1011010 | 1001100 | 110011 | 101011110 | 1010010 | 11011 |
Color Harmonies of #7C0C1E
Complementary color
Monochromatic Colors of #7C0C1E
Black with #7C0C1E
Text Example
Text Example
White with #7C0C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0C1E; }
p { color: rgb(124,12,30); }
H1.HeaderClassName
{
color: #7C0C1E;
}
.AnyTagClassName
{
color: #7C0C1E;
}
</style>
background-color css
<style>
a { background-color: #7C0C1E; }
a { background-color: rgb(124,12,30); }
div.DivClassName
{
background-color: #7C0C1E;
}
.BgClassName
{
background-color: #7C0C1E;
}
</style>
border-color css
<style>
span { border-color: #7C0C1E; }
span { border-color: rgb(124,12,30); }
td.TdClassName
{
border-color: #7C0C1E;
}
.TagClassName
{
border-color: #7C0C1E;
}
</style>