Shades of Burgundy #7C0935
Tints of Burgundy #7C0935
RGB
CMYK
RGB Variations
Color information
#7C0935 (or 0x7C0935) is known color: Burgundy. HEX triplet: 7C, 09 and 35. RGB value is (124,9,53). Sum of RGB (Red+Green+Blue) = 124+9+53=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0935 is #83F6CA. Grayscale: #303030. Windows color (decimal): -8648395 or 3475836. OLE color: 3475836.
HSL color Cylindrical-coordinate representation of color #7C0935: hue angle of 337.04º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0935 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 53 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.51 |
| HSL | 337.04º | 0.86% | 0.26% | - |
| HSV(B) | 337.04º | 0.93% | 0.49% | - |
| XYZ | 9.05 | 4.74 | 3.81 | - |
| YUV | 48.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 53 | 0 | 0.93 | 0.57 | 0.51 | 337.04 | 0.86 | 0.26 |
| Hex | 7C | 9 | 35 | 0 | 5D | 39 | 33 | 151 | 56 | 1A |
| Octal | 174 | 11 | 65 | 0 | 135 | 71 | 63 | 521 | 126 | 32 |
| Binary | 1111100 | 1001 | 110101 | 0 | 1011101 | 111001 | 110011 | 101010001 | 1010110 | 11010 |
Color Harmonies of #7C0935
Complementary color
Monochromatic Colors of #7C0935
Black with #7C0935
Text Example
Text Example
White with #7C0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0935; }
p { color: rgb(124,9,53); }
H1.HeaderClassName
{
color: #7C0935;
}
.AnyTagClassName
{
color: #7C0935;
}
</style>
background-color css
<style>
a { background-color: #7C0935; }
a { background-color: rgb(124,9,53); }
div.DivClassName
{
background-color: #7C0935;
}
.BgClassName
{
background-color: #7C0935;
}
</style>
border-color css
<style>
span { border-color: #7C0935; }
span { border-color: rgb(124,9,53); }
td.TdClassName
{
border-color: #7C0935;
}
.TagClassName
{
border-color: #7C0935;
}
</style>