Shades of Burgundy #7C0433
Tints of Burgundy #7C0433
RGB
CMYK
RGB Variations
Color information
#7C0433 (or 0x7C0433) is known color: Burgundy. HEX triplet: 7C, 04 and 33. RGB value is (124,4,51). Sum of RGB (Red+Green+Blue) = 124+4+51=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0433 is #83FBCC. Grayscale: #2D2D2D. Windows color (decimal): -8649677 or 3343484. OLE color: 3343484.
HSL color Cylindrical-coordinate representation of color #7C0433: hue angle of 336.5º 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 #7C0433 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 51 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.51 |
| HSL | 336.5º | 0.94% | 0.25% | - |
| HSV(B) | 336.5º | 0.97% | 0.49% | - |
| XYZ | 8.95 | 4.61 | 3.55 | - |
| YUV | 45.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 51 | 0 | 0.97 | 0.59 | 0.51 | 336.5 | 0.94 | 0.25 |
| Hex | 7C | 4 | 33 | 0 | 61 | 3B | 33 | 150 | 5E | 19 |
| Octal | 174 | 4 | 63 | 0 | 141 | 73 | 63 | 520 | 136 | 31 |
| Binary | 1111100 | 100 | 110011 | 0 | 1100001 | 111011 | 110011 | 101010000 | 1011110 | 11001 |
Color Harmonies of #7C0433
Complementary color
Monochromatic Colors of #7C0433
Black with #7C0433
Text Example
Text Example
White with #7C0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0433; }
p { color: rgb(124,4,51); }
H1.HeaderClassName
{
color: #7C0433;
}
.AnyTagClassName
{
color: #7C0433;
}
</style>
background-color css
<style>
a { background-color: #7C0433; }
a { background-color: rgb(124,4,51); }
div.DivClassName
{
background-color: #7C0433;
}
.BgClassName
{
background-color: #7C0433;
}
</style>
border-color css
<style>
span { border-color: #7C0433; }
span { border-color: rgb(124,4,51); }
td.TdClassName
{
border-color: #7C0433;
}
.TagClassName
{
border-color: #7C0433;
}
</style>