Shades of Burgundy #7C0C2D
Tints of Burgundy #7C0C2D
RGB
CMYK
RGB Variations
Color information
#7C0C2D (or 0x7C0C2D) is known color: Burgundy. HEX triplet: 7C, 0C and 2D. RGB value is (124,12,45). Sum of RGB (Red+Green+Blue) = 124+12+45=181 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.51% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0C2D is #83F3D2. Grayscale: #313131. Windows color (decimal): -8647635 or 2952316. OLE color: 2952316.
HSL color Cylindrical-coordinate representation of color #7C0C2D: hue angle of 342.32º 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 #7C0C2D is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 12 | 45 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.51 |
| HSL | 342.32º | 0.82% | 0.27% | - |
| HSV(B) | 342.32º | 0.9% | 0.49% | - |
| XYZ | 8.92 | 4.74 | 2.93 | - |
| YUV | 49.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 45 | 0 | 0.90 | 0.64 | 0.51 | 342.32 | 0.82 | 0.27 |
| Hex | 7C | C | 2D | 0 | 5A | 40 | 33 | 156 | 52 | 1B |
| Octal | 174 | 14 | 55 | 0 | 132 | 100 | 63 | 526 | 122 | 33 |
| Binary | 1111100 | 1100 | 101101 | 0 | 1011010 | 1000000 | 110011 | 101010110 | 1010010 | 11011 |
Color Harmonies of #7C0C2D
Complementary color
Monochromatic Colors of #7C0C2D
Black with #7C0C2D
Text Example
Text Example
White with #7C0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0C2D; }
p { color: rgb(124,12,45); }
H1.HeaderClassName
{
color: #7C0C2D;
}
.AnyTagClassName
{
color: #7C0C2D;
}
</style>
background-color css
<style>
a { background-color: #7C0C2D; }
a { background-color: rgb(124,12,45); }
div.DivClassName
{
background-color: #7C0C2D;
}
.BgClassName
{
background-color: #7C0C2D;
}
</style>
border-color css
<style>
span { border-color: #7C0C2D; }
span { border-color: rgb(124,12,45); }
td.TdClassName
{
border-color: #7C0C2D;
}
.TagClassName
{
border-color: #7C0C2D;
}
</style>