Shades of Burgundy #7C011B
Tints of Burgundy #7C011B
RGB
CMYK
RGB Variations
Color information
#7C011B (or 0x7C011B) is known color: Burgundy. HEX triplet: 7C, 01 and 1B. RGB value is (124,1,27). Sum of RGB (Red+Green+Blue) = 124+1+27=152 (20% of max value = 765). Red value is 124 (48.83% from 255 or 81.58% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 124 - color contains mainly: red. Hex color #7C011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C011B is #83FEE4. Grayscale: #282828. Windows color (decimal): -8650469 or 1769852. OLE color: 1769852.
HSL color Cylindrical-coordinate representation of color #7C011B: hue angle of 347.32º 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 #7C011B is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.51 |
| HSL | 347.32º | 0.98% | 0.25% | - |
| HSV(B) | 347.32º | 0.99% | 0.49% | - |
| XYZ | 8.52 | 4.39 | 1.43 | - |
| YUV | 40.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 27 | 0 | 0.99 | 0.78 | 0.51 | 347.32 | 0.98 | 0.25 |
| Hex | 7C | 1 | 1B | 0 | 63 | 4E | 33 | 15B | 62 | 19 |
| Octal | 174 | 1 | 33 | 0 | 143 | 116 | 63 | 533 | 142 | 31 |
| Binary | 1111100 | 1 | 11011 | 0 | 1100011 | 1001110 | 110011 | 101011011 | 1100010 | 11001 |
Color Harmonies of #7C011B
Complementary color
Monochromatic Colors of #7C011B
Black with #7C011B
Text Example
Text Example
White with #7C011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C011B; }
p { color: rgb(124,1,27); }
H1.HeaderClassName
{
color: #7C011B;
}
.AnyTagClassName
{
color: #7C011B;
}
</style>
background-color css
<style>
a { background-color: #7C011B; }
a { background-color: rgb(124,1,27); }
div.DivClassName
{
background-color: #7C011B;
}
.BgClassName
{
background-color: #7C011B;
}
</style>
border-color css
<style>
span { border-color: #7C011B; }
span { border-color: rgb(124,1,27); }
td.TdClassName
{
border-color: #7C011B;
}
.TagClassName
{
border-color: #7C011B;
}
</style>