Shades of Burgundy #7C062F
Tints of Burgundy #7C062F
RGB
CMYK
RGB Variations
Color information
#7C062F (or 0x7C062F) is known color: Burgundy. HEX triplet: 7C, 06 and 2F. RGB value is (124,6,47). Sum of RGB (Red+Green+Blue) = 124+6+47=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C062F is #83F9D0. Grayscale: #2D2D2D. Windows color (decimal): -8649169 or 3081852. OLE color: 3081852.
HSL color Cylindrical-coordinate representation of color #7C062F: hue angle of 339.15º 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 #7C062F is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 47 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.51 |
| HSL | 339.15º | 0.91% | 0.25% | - |
| HSV(B) | 339.15º | 0.95% | 0.49% | - |
| XYZ | 8.89 | 4.62 | 3.11 | - |
| YUV | 45.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 47 | 0 | 0.95 | 0.62 | 0.51 | 339.15 | 0.91 | 0.25 |
| Hex | 7C | 6 | 2F | 0 | 5F | 3E | 33 | 153 | 5B | 19 |
| Octal | 174 | 6 | 57 | 0 | 137 | 76 | 63 | 523 | 133 | 31 |
| Binary | 1111100 | 110 | 101111 | 0 | 1011111 | 111110 | 110011 | 101010011 | 1011011 | 11001 |
Color Harmonies of #7C062F
Complementary color
Monochromatic Colors of #7C062F
Black with #7C062F
Text Example
Text Example
White with #7C062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C062F; }
p { color: rgb(124,6,47); }
H1.HeaderClassName
{
color: #7C062F;
}
.AnyTagClassName
{
color: #7C062F;
}
</style>
background-color css
<style>
a { background-color: #7C062F; }
a { background-color: rgb(124,6,47); }
div.DivClassName
{
background-color: #7C062F;
}
.BgClassName
{
background-color: #7C062F;
}
</style>
border-color css
<style>
span { border-color: #7C062F; }
span { border-color: rgb(124,6,47); }
td.TdClassName
{
border-color: #7C062F;
}
.TagClassName
{
border-color: #7C062F;
}
</style>