Shades of Burgundy #7C050F
Tints of Burgundy #7C050F
RGB
CMYK
RGB Variations
Color information
#7C050F (or 0x7C050F) is known color: Burgundy. HEX triplet: 7C, 05 and 0F. RGB value is (124,5,15). Sum of RGB (Red+Green+Blue) = 124+5+15=144 (19% of max value = 765). Red value is 124 (48.83% from 255 or 86.11% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 124 - color contains mainly: red. Hex color #7C050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C050F is #83FAF0. Grayscale: #292929. Windows color (decimal): -8649457 or 984444. OLE color: 984444.
HSL color Cylindrical-coordinate representation of color #7C050F: hue angle of 354.96º 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 #7C050F is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 15 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.51 |
| HSL | 354.96º | 0.92% | 0.25% | - |
| HSV(B) | 354.96º | 0.96% | 0.49% | - |
| XYZ | 8.45 | 4.43 | 0.86 | - |
| YUV | 41.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 15 | 0 | 0.96 | 0.88 | 0.51 | 354.96 | 0.92 | 0.25 |
| Hex | 7C | 5 | F | 0 | 60 | 58 | 33 | 163 | 5C | 19 |
| Octal | 174 | 5 | 17 | 0 | 140 | 130 | 63 | 543 | 134 | 31 |
| Binary | 1111100 | 101 | 1111 | 0 | 1100000 | 1011000 | 110011 | 101100011 | 1011100 | 11001 |
Color Harmonies of #7C050F
Complementary color
Monochromatic Colors of #7C050F
Black with #7C050F
Text Example
Text Example
White with #7C050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C050F; }
p { color: rgb(124,5,15); }
H1.HeaderClassName
{
color: #7C050F;
}
.AnyTagClassName
{
color: #7C050F;
}
</style>
background-color css
<style>
a { background-color: #7C050F; }
a { background-color: rgb(124,5,15); }
div.DivClassName
{
background-color: #7C050F;
}
.BgClassName
{
background-color: #7C050F;
}
</style>
border-color css
<style>
span { border-color: #7C050F; }
span { border-color: rgb(124,5,15); }
td.TdClassName
{
border-color: #7C050F;
}
.TagClassName
{
border-color: #7C050F;
}
</style>