Shades of Burgundy #7C0E23
Tints of Burgundy #7C0E23
RGB
CMYK
RGB Variations
Color information
#7C0E23 (or 0x7C0E23) is known color: Burgundy. HEX triplet: 7C, 0E and 23. RGB value is (124,14,35). Sum of RGB (Red+Green+Blue) = 124+14+35=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0E23 is #83F1DC. Grayscale: #313131. Windows color (decimal): -8647133 or 2297468. OLE color: 2297468.
HSL color Cylindrical-coordinate representation of color #7C0E23: hue angle of 348.55º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C0E23 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 14 | 35 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.51 |
| HSL | 348.55º | 0.8% | 0.27% | - |
| HSV(B) | 348.55º | 0.89% | 0.49% | - |
| XYZ | 8.77 | 4.72 | 2.04 | - |
| YUV | 49.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 35 | 0 | 0.89 | 0.72 | 0.51 | 348.55 | 0.8 | 0.27 |
| Hex | 7C | E | 23 | 0 | 59 | 48 | 33 | 15D | 50 | 1B |
| Octal | 174 | 16 | 43 | 0 | 131 | 110 | 63 | 535 | 120 | 33 |
| Binary | 1111100 | 1110 | 100011 | 0 | 1011001 | 1001000 | 110011 | 101011101 | 1010000 | 11011 |
Color Harmonies of #7C0E23
Complementary color
Monochromatic Colors of #7C0E23
Black with #7C0E23
Text Example
Text Example
White with #7C0E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E23; }
p { color: rgb(124,14,35); }
H1.HeaderClassName
{
color: #7C0E23;
}
.AnyTagClassName
{
color: #7C0E23;
}
</style>
background-color css
<style>
a { background-color: #7C0E23; }
a { background-color: rgb(124,14,35); }
div.DivClassName
{
background-color: #7C0E23;
}
.BgClassName
{
background-color: #7C0E23;
}
</style>
border-color css
<style>
span { border-color: #7C0E23; }
span { border-color: rgb(124,14,35); }
td.TdClassName
{
border-color: #7C0E23;
}
.TagClassName
{
border-color: #7C0E23;
}
</style>