Shades of Burgundy #7C0432
Tints of Burgundy #7C0432
RGB
CMYK
RGB Variations
Color information
#7C0432 (or 0x7C0432) is known color: Burgundy. HEX triplet: 7C, 04 and 32. RGB value is (124,4,50). Sum of RGB (Red+Green+Blue) = 124+4+50=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0432 is #83FBCD. Grayscale: #2D2D2D. Windows color (decimal): -8649678 or 3277948. OLE color: 3277948.
HSL color Cylindrical-coordinate representation of color #7C0432: hue angle of 337º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0432 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 50 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.51 |
| HSL | 337º | 0.94% | 0.25% | - |
| HSV(B) | 337º | 0.97% | 0.49% | - |
| XYZ | 8.93 | 4.6 | 3.44 | - |
| YUV | 45.12 | 130.76 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 50 | 0 | 0.97 | 0.60 | 0.51 | 337 | 0.94 | 0.25 |
| Hex | 7C | 4 | 32 | 0 | 61 | 3C | 33 | 151 | 5E | 19 |
| Octal | 174 | 4 | 62 | 0 | 141 | 74 | 63 | 521 | 136 | 31 |
| Binary | 1111100 | 100 | 110010 | 0 | 1100001 | 111100 | 110011 | 101010001 | 1011110 | 11001 |
Color Harmonies of #7C0432
Complementary color
Monochromatic Colors of #7C0432
Black with #7C0432
Text Example
Text Example
White with #7C0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0432; }
p { color: rgb(124,4,50); }
H1.HeaderClassName
{
color: #7C0432;
}
.AnyTagClassName
{
color: #7C0432;
}
</style>
background-color css
<style>
a { background-color: #7C0432; }
a { background-color: rgb(124,4,50); }
div.DivClassName
{
background-color: #7C0432;
}
.BgClassName
{
background-color: #7C0432;
}
</style>
border-color css
<style>
span { border-color: #7C0432; }
span { border-color: rgb(124,4,50); }
td.TdClassName
{
border-color: #7C0432;
}
.TagClassName
{
border-color: #7C0432;
}
</style>