Shades of Burgundy #7C102E
Tints of Burgundy #7C102E
RGB
CMYK
RGB Variations
Color information
#7C102E (or 0x7C102E) is known color: Burgundy. HEX triplet: 7C, 10 and 2E. RGB value is (124,16,46). Sum of RGB (Red+Green+Blue) = 124+16+46=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C102E is #83EFD1. Grayscale: #333333. Windows color (decimal): -8646610 or 3018876. OLE color: 3018876.
HSL color Cylindrical-coordinate representation of color #7C102E: hue angle of 343.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C102E is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 46 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.51 |
| HSL | 343.33º | 0.77% | 0.27% | - |
| HSV(B) | 343.33º | 0.87% | 0.49% | - |
| XYZ | 8.99 | 4.85 | 3.05 | - |
| YUV | 51.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 46 | 0 | 0.87 | 0.63 | 0.51 | 343.33 | 0.77 | 0.27 |
| Hex | 7C | 10 | 2E | 0 | 57 | 3F | 33 | 157 | 4D | 1B |
| Octal | 174 | 20 | 56 | 0 | 127 | 77 | 63 | 527 | 115 | 33 |
| Binary | 1111100 | 10000 | 101110 | 0 | 1010111 | 111111 | 110011 | 101010111 | 1001101 | 11011 |
Color Harmonies of #7C102E
Complementary color
Monochromatic Colors of #7C102E
Black with #7C102E
Text Example
Text Example
White with #7C102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C102E; }
p { color: rgb(124,16,46); }
H1.HeaderClassName
{
color: #7C102E;
}
.AnyTagClassName
{
color: #7C102E;
}
</style>
background-color css
<style>
a { background-color: #7C102E; }
a { background-color: rgb(124,16,46); }
div.DivClassName
{
background-color: #7C102E;
}
.BgClassName
{
background-color: #7C102E;
}
</style>
border-color css
<style>
span { border-color: #7C102E; }
span { border-color: rgb(124,16,46); }
td.TdClassName
{
border-color: #7C102E;
}
.TagClassName
{
border-color: #7C102E;
}
</style>