Shades of Burgundy #7C0133
Tints of Burgundy #7C0133
RGB
CMYK
RGB Variations
Color information
#7C0133 (or 0x7C0133) is known color: Burgundy. HEX triplet: 7C, 01 and 33. RGB value is (124,1,51). Sum of RGB (Red+Green+Blue) = 124+1+51=176 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.45% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0133 is #83FECC. Grayscale: #2B2B2B. Windows color (decimal): -8650445 or 3342716. OLE color: 3342716.
HSL color Cylindrical-coordinate representation of color #7C0133: hue angle of 335.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0133 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.51 |
| HSL | 335.61º | 0.98% | 0.25% | - |
| HSV(B) | 335.61º | 0.99% | 0.49% | - |
| XYZ | 8.92 | 4.55 | 3.54 | - |
| YUV | 43.48 | 132.25 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 51 | 0 | 0.99 | 0.59 | 0.51 | 335.61 | 0.98 | 0.25 |
| Hex | 7C | 1 | 33 | 0 | 63 | 3B | 33 | 150 | 62 | 19 |
| Octal | 174 | 1 | 63 | 0 | 143 | 73 | 63 | 520 | 142 | 31 |
| Binary | 1111100 | 1 | 110011 | 0 | 1100011 | 111011 | 110011 | 101010000 | 1100010 | 11001 |
Color Harmonies of #7C0133
Complementary color
Monochromatic Colors of #7C0133
Black with #7C0133
Text Example
Text Example
White with #7C0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0133; }
p { color: rgb(124,1,51); }
H1.HeaderClassName
{
color: #7C0133;
}
.AnyTagClassName
{
color: #7C0133;
}
</style>
background-color css
<style>
a { background-color: #7C0133; }
a { background-color: rgb(124,1,51); }
div.DivClassName
{
background-color: #7C0133;
}
.BgClassName
{
background-color: #7C0133;
}
</style>
border-color css
<style>
span { border-color: #7C0133; }
span { border-color: rgb(124,1,51); }
td.TdClassName
{
border-color: #7C0133;
}
.TagClassName
{
border-color: #7C0133;
}
</style>