Shades of Burgundy #7C062B
Tints of Burgundy #7C062B
RGB
CMYK
RGB Variations
Color information
#7C062B (or 0x7C062B) is known color: Burgundy. HEX triplet: 7C, 06 and 2B. RGB value is (124,6,43). Sum of RGB (Red+Green+Blue) = 124+6+43=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C062B is #83F9D4. Grayscale: #2D2D2D. Windows color (decimal): -8649173 or 2819708. OLE color: 2819708.
HSL color Cylindrical-coordinate representation of color #7C062B: hue angle of 341.19º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C062B is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 43 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.51 |
| HSL | 341.19º | 0.91% | 0.25% | - |
| HSV(B) | 341.19º | 0.95% | 0.49% | - |
| XYZ | 8.81 | 4.59 | 2.71 | - |
| YUV | 45.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 43 | 0 | 0.95 | 0.65 | 0.51 | 341.19 | 0.91 | 0.25 |
| Hex | 7C | 6 | 2B | 0 | 5F | 41 | 33 | 155 | 5B | 19 |
| Octal | 174 | 6 | 53 | 0 | 137 | 101 | 63 | 525 | 133 | 31 |
| Binary | 1111100 | 110 | 101011 | 0 | 1011111 | 1000001 | 110011 | 101010101 | 1011011 | 11001 |
Color Harmonies of #7C062B
Complementary color
Monochromatic Colors of #7C062B
Black with #7C062B
Text Example
Text Example
White with #7C062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C062B; }
p { color: rgb(124,6,43); }
H1.HeaderClassName
{
color: #7C062B;
}
.AnyTagClassName
{
color: #7C062B;
}
</style>
background-color css
<style>
a { background-color: #7C062B; }
a { background-color: rgb(124,6,43); }
div.DivClassName
{
background-color: #7C062B;
}
.BgClassName
{
background-color: #7C062B;
}
</style>
border-color css
<style>
span { border-color: #7C062B; }
span { border-color: rgb(124,6,43); }
td.TdClassName
{
border-color: #7C062B;
}
.TagClassName
{
border-color: #7C062B;
}
</style>