Shades of Burgundy #7C002A
Tints of Burgundy #7C002A
RGB
CMYK
RGB Variations
Color information
#7C002A (or 0x7C002A) is known color: Burgundy. HEX triplet: 7C, 00 and 2A. RGB value is (124,0,42). Sum of RGB (Red+Green+Blue) = 124+0+42=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C002A is #83FFD5. Grayscale: #292929. Windows color (decimal): -8650710 or 2752636. OLE color: 2752636.
HSL color Cylindrical-coordinate representation of color #7C002A: hue angle of 339.68º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C002A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.66 | 0.51 |
| HSL | 339.68º | 1% | 0.24% | - |
| HSV(B) | 339.68º | 1% | 0.49% | - |
| XYZ | 8.73 | 4.45 | 2.59 | - |
| YUV | 41.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 42 | 0 | 1 | 0.66 | 0.51 | 339.68 | 1 | 0.24 |
| Hex | 7C | 0 | 2A | 0 | 64 | 42 | 33 | 154 | 64 | 18 |
| Octal | 174 | 0 | 52 | 0 | 144 | 102 | 63 | 524 | 144 | 30 |
| Binary | 1111100 | 0 | 101010 | 0 | 1100100 | 1000010 | 110011 | 101010100 | 1100100 | 11000 |
Color Harmonies of #7C002A
Complementary color
Monochromatic Colors of #7C002A
Black with #7C002A
Text Example
Text Example
White with #7C002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C002A; }
p { color: rgb(124,0,42); }
H1.HeaderClassName
{
color: #7C002A;
}
.AnyTagClassName
{
color: #7C002A;
}
</style>
background-color css
<style>
a { background-color: #7C002A; }
a { background-color: rgb(124,0,42); }
div.DivClassName
{
background-color: #7C002A;
}
.BgClassName
{
background-color: #7C002A;
}
</style>
border-color css
<style>
span { border-color: #7C002A; }
span { border-color: rgb(124,0,42); }
td.TdClassName
{
border-color: #7C002A;
}
.TagClassName
{
border-color: #7C002A;
}
</style>