Shades of Burgundy #7C1030
Tints of Burgundy #7C1030
RGB
CMYK
RGB Variations
Color information
#7C1030 (or 0x7C1030) is known color: Burgundy. HEX triplet: 7C, 10 and 30. RGB value is (124,16,48). Sum of RGB (Red+Green+Blue) = 124+16+48=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1030 is #83EFCF. Grayscale: #333333. Windows color (decimal): -8646608 or 3149948. OLE color: 3149948.
HSL color Cylindrical-coordinate representation of color #7C1030: hue angle of 342.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1030 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 48 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.51 |
| HSL | 342.22º | 0.77% | 0.27% | - |
| HSV(B) | 342.22º | 0.87% | 0.49% | - |
| XYZ | 9.03 | 4.87 | 3.26 | - |
| YUV | 51.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 48 | 0 | 0.87 | 0.61 | 0.51 | 342.22 | 0.77 | 0.27 |
| Hex | 7C | 10 | 30 | 0 | 57 | 3D | 33 | 156 | 4D | 1B |
| Octal | 174 | 20 | 60 | 0 | 127 | 75 | 63 | 526 | 115 | 33 |
| Binary | 1111100 | 10000 | 110000 | 0 | 1010111 | 111101 | 110011 | 101010110 | 1001101 | 11011 |
Color Harmonies of #7C1030
Complementary color
Monochromatic Colors of #7C1030
Black with #7C1030
Text Example
Text Example
White with #7C1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1030; }
p { color: rgb(124,16,48); }
H1.HeaderClassName
{
color: #7C1030;
}
.AnyTagClassName
{
color: #7C1030;
}
</style>
background-color css
<style>
a { background-color: #7C1030; }
a { background-color: rgb(124,16,48); }
div.DivClassName
{
background-color: #7C1030;
}
.BgClassName
{
background-color: #7C1030;
}
</style>
border-color css
<style>
span { border-color: #7C1030; }
span { border-color: rgb(124,16,48); }
td.TdClassName
{
border-color: #7C1030;
}
.TagClassName
{
border-color: #7C1030;
}
</style>