Shades of Burgundy #7C101D
Tints of Burgundy #7C101D
RGB
CMYK
RGB Variations
Color information
#7C101D (or 0x7C101D) is known color: Burgundy. HEX triplet: 7C, 10 and 1D. RGB value is (124,16,29). Sum of RGB (Red+Green+Blue) = 124+16+29=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C101D is #83EFE2. Grayscale: #313131. Windows color (decimal): -8646627 or 1904764. OLE color: 1904764.
HSL color Cylindrical-coordinate representation of color #7C101D: hue angle of 352.78º 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 #7C101D is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 29 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.51 |
| HSL | 352.78º | 0.77% | 0.27% | - |
| HSV(B) | 352.78º | 0.87% | 0.49% | - |
| XYZ | 8.72 | 4.74 | 1.62 | - |
| YUV | 49.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 29 | 0 | 0.87 | 0.77 | 0.51 | 352.78 | 0.77 | 0.27 |
| Hex | 7C | 10 | 1D | 0 | 57 | 4D | 33 | 161 | 4D | 1B |
| Octal | 174 | 20 | 35 | 0 | 127 | 115 | 63 | 541 | 115 | 33 |
| Binary | 1111100 | 10000 | 11101 | 0 | 1010111 | 1001101 | 110011 | 101100001 | 1001101 | 11011 |
Color Harmonies of #7C101D
Complementary color
Monochromatic Colors of #7C101D
Black with #7C101D
Text Example
Text Example
White with #7C101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C101D; }
p { color: rgb(124,16,29); }
H1.HeaderClassName
{
color: #7C101D;
}
.AnyTagClassName
{
color: #7C101D;
}
</style>
background-color css
<style>
a { background-color: #7C101D; }
a { background-color: rgb(124,16,29); }
div.DivClassName
{
background-color: #7C101D;
}
.BgClassName
{
background-color: #7C101D;
}
</style>
border-color css
<style>
span { border-color: #7C101D; }
span { border-color: rgb(124,16,29); }
td.TdClassName
{
border-color: #7C101D;
}
.TagClassName
{
border-color: #7C101D;
}
</style>