Shades of Burgundy #7C001F
Tints of Burgundy #7C001F
RGB
CMYK
RGB Variations
Color information
#7C001F (or 0x7C001F) is known color: Burgundy. HEX triplet: 7C, 00 and 1F. RGB value is (124,0,31). Sum of RGB (Red+Green+Blue) = 124+0+31=155 (20% of max value = 765). Red value is 124 (48.83% from 255 or 80% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 124 - color contains mainly: red. Hex color #7C001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C001F is #83FFE0. Grayscale: #282828. Windows color (decimal): -8650721 or 2031740. OLE color: 2031740.
HSL color Cylindrical-coordinate representation of color #7C001F: hue angle of 345º 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 #7C001F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.75 | 0.51 |
| HSL | 345º | 1% | 0.24% | - |
| HSV(B) | 345º | 1% | 0.49% | - |
| XYZ | 8.56 | 4.38 | 1.69 | - |
| YUV | 40.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 31 | 0 | 1 | 0.75 | 0.51 | 345 | 1 | 0.24 |
| Hex | 7C | 0 | 1F | 0 | 64 | 4B | 33 | 159 | 64 | 18 |
| Octal | 174 | 0 | 37 | 0 | 144 | 113 | 63 | 531 | 144 | 30 |
| Binary | 1111100 | 0 | 11111 | 0 | 1100100 | 1001011 | 110011 | 101011001 | 1100100 | 11000 |
Color Harmonies of #7C001F
Complementary color
Monochromatic Colors of #7C001F
Black with #7C001F
Text Example
Text Example
White with #7C001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C001F; }
p { color: rgb(124,0,31); }
H1.HeaderClassName
{
color: #7C001F;
}
.AnyTagClassName
{
color: #7C001F;
}
</style>
background-color css
<style>
a { background-color: #7C001F; }
a { background-color: rgb(124,0,31); }
div.DivClassName
{
background-color: #7C001F;
}
.BgClassName
{
background-color: #7C001F;
}
</style>
border-color css
<style>
span { border-color: #7C001F; }
span { border-color: rgb(124,0,31); }
td.TdClassName
{
border-color: #7C001F;
}
.TagClassName
{
border-color: #7C001F;
}
</style>