Shades of Burgundy #7C051F
Tints of Burgundy #7C051F
RGB
CMYK
RGB Variations
Color information
#7C051F (or 0x7C051F) is known color: Burgundy. HEX triplet: 7C, 05 and 1F. RGB value is (124,5,31). Sum of RGB (Red+Green+Blue) = 124+5+31=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C051F is #83FAE0. Grayscale: #2B2B2B. Windows color (decimal): -8649441 or 2033020. OLE color: 2033020.
HSL color Cylindrical-coordinate representation of color #7C051F: hue angle of 346.89º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C051F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 31 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.51 |
| HSL | 346.89º | 0.92% | 0.25% | - |
| HSV(B) | 346.89º | 0.96% | 0.49% | - |
| XYZ | 8.61 | 4.49 | 1.71 | - |
| YUV | 43.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 31 | 0 | 0.96 | 0.75 | 0.51 | 346.89 | 0.92 | 0.25 |
| Hex | 7C | 5 | 1F | 0 | 60 | 4B | 33 | 15B | 5C | 19 |
| Octal | 174 | 5 | 37 | 0 | 140 | 113 | 63 | 533 | 134 | 31 |
| Binary | 1111100 | 101 | 11111 | 0 | 1100000 | 1001011 | 110011 | 101011011 | 1011100 | 11001 |
Color Harmonies of #7C051F
Complementary color
Monochromatic Colors of #7C051F
Black with #7C051F
Text Example
Text Example
White with #7C051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C051F; }
p { color: rgb(124,5,31); }
H1.HeaderClassName
{
color: #7C051F;
}
.AnyTagClassName
{
color: #7C051F;
}
</style>
background-color css
<style>
a { background-color: #7C051F; }
a { background-color: rgb(124,5,31); }
div.DivClassName
{
background-color: #7C051F;
}
.BgClassName
{
background-color: #7C051F;
}
</style>
border-color css
<style>
span { border-color: #7C051F; }
span { border-color: rgb(124,5,31); }
td.TdClassName
{
border-color: #7C051F;
}
.TagClassName
{
border-color: #7C051F;
}
</style>