Shades of Burgundy #7C001B
Tints of Burgundy #7C001B
RGB
CMYK
RGB Variations
Color information
#7C001B (or 0x7C001B) is known color: Burgundy. HEX triplet: 7C, 00 and 1B. RGB value is (124,0,27). Sum of RGB (Red+Green+Blue) = 124+0+27=151 (20% of max value = 765). Red value is 124 (48.83% from 255 or 82.12% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 124 - color contains mainly: red. Hex color #7C001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C001B is #83FFE4. Grayscale: #282828. Windows color (decimal): -8650725 or 1769596. OLE color: 1769596.
HSL color Cylindrical-coordinate representation of color #7C001B: hue angle of 346.94º 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 #7C001B is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.78 | 0.51 |
| HSL | 346.94º | 1% | 0.24% | - |
| HSV(B) | 346.94º | 1% | 0.49% | - |
| XYZ | 8.51 | 4.36 | 1.43 | - |
| YUV | 40.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 27 | 0 | 1 | 0.78 | 0.51 | 346.94 | 1 | 0.24 |
| Hex | 7C | 0 | 1B | 0 | 64 | 4E | 33 | 15B | 64 | 18 |
| Octal | 174 | 0 | 33 | 0 | 144 | 116 | 63 | 533 | 144 | 30 |
| Binary | 1111100 | 0 | 11011 | 0 | 1100100 | 1001110 | 110011 | 101011011 | 1100100 | 11000 |
Color Harmonies of #7C001B
Complementary color
Monochromatic Colors of #7C001B
Black with #7C001B
Text Example
Text Example
White with #7C001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C001B; }
p { color: rgb(124,0,27); }
H1.HeaderClassName
{
color: #7C001B;
}
.AnyTagClassName
{
color: #7C001B;
}
</style>
background-color css
<style>
a { background-color: #7C001B; }
a { background-color: rgb(124,0,27); }
div.DivClassName
{
background-color: #7C001B;
}
.BgClassName
{
background-color: #7C001B;
}
</style>
border-color css
<style>
span { border-color: #7C001B; }
span { border-color: rgb(124,0,27); }
td.TdClassName
{
border-color: #7C001B;
}
.TagClassName
{
border-color: #7C001B;
}
</style>