Shades of Burgundy #7C031A
Tints of Burgundy #7C031A
RGB
CMYK
RGB Variations
Color information
#7C031A (or 0x7C031A) is known color: Burgundy. HEX triplet: 7C, 03 and 1A. RGB value is (124,3,26). Sum of RGB (Red+Green+Blue) = 124+3+26=153 (20% of max value = 765). Red value is 124 (48.83% from 255 or 81.05% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 124 - color contains mainly: red. Hex color #7C031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C031A is #83FCE5. Grayscale: #292929. Windows color (decimal): -8649958 or 1704828. OLE color: 1704828.
HSL color Cylindrical-coordinate representation of color #7C031A: hue angle of 348.6º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C031A is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 26 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.51 |
| HSL | 348.6º | 0.95% | 0.25% | - |
| HSV(B) | 348.6º | 0.98% | 0.49% | - |
| XYZ | 8.53 | 4.42 | 1.38 | - |
| YUV | 41.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 26 | 0 | 0.98 | 0.79 | 0.51 | 348.6 | 0.95 | 0.25 |
| Hex | 7C | 3 | 1A | 0 | 62 | 4F | 33 | 15D | 5F | 19 |
| Octal | 174 | 3 | 32 | 0 | 142 | 117 | 63 | 535 | 137 | 31 |
| Binary | 1111100 | 11 | 11010 | 0 | 1100010 | 1001111 | 110011 | 101011101 | 1011111 | 11001 |
Color Harmonies of #7C031A
Complementary color
Monochromatic Colors of #7C031A
Black with #7C031A
Text Example
Text Example
White with #7C031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C031A; }
p { color: rgb(124,3,26); }
H1.HeaderClassName
{
color: #7C031A;
}
.AnyTagClassName
{
color: #7C031A;
}
</style>
background-color css
<style>
a { background-color: #7C031A; }
a { background-color: rgb(124,3,26); }
div.DivClassName
{
background-color: #7C031A;
}
.BgClassName
{
background-color: #7C031A;
}
</style>
border-color css
<style>
span { border-color: #7C031A; }
span { border-color: rgb(124,3,26); }
td.TdClassName
{
border-color: #7C031A;
}
.TagClassName
{
border-color: #7C031A;
}
</style>