Shades of Burgundy #7C101C
Tints of Burgundy #7C101C
RGB
CMYK
RGB Variations
Color information
#7C101C (or 0x7C101C) is known color: Burgundy. HEX triplet: 7C, 10 and 1C. RGB value is (124,16,28). Sum of RGB (Red+Green+Blue) = 124+16+28=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C101C is #83EFE3. Grayscale: #313131. Windows color (decimal): -8646628 or 1839228. OLE color: 1839228.
HSL color Cylindrical-coordinate representation of color #7C101C: hue angle of 353.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 #7C101C is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 28 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.51 |
| HSL | 353.33º | 0.77% | 0.27% | - |
| HSV(B) | 353.33º | 0.87% | 0.49% | - |
| XYZ | 8.71 | 4.74 | 1.55 | - |
| YUV | 49.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 28 | 0 | 0.87 | 0.77 | 0.51 | 353.33 | 0.77 | 0.27 |
| Hex | 7C | 10 | 1C | 0 | 57 | 4D | 33 | 161 | 4D | 1B |
| Octal | 174 | 20 | 34 | 0 | 127 | 115 | 63 | 541 | 115 | 33 |
| Binary | 1111100 | 10000 | 11100 | 0 | 1010111 | 1001101 | 110011 | 101100001 | 1001101 | 11011 |
Color Harmonies of #7C101C
Complementary color
Monochromatic Colors of #7C101C
Black with #7C101C
Text Example
Text Example
White with #7C101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C101C; }
p { color: rgb(124,16,28); }
H1.HeaderClassName
{
color: #7C101C;
}
.AnyTagClassName
{
color: #7C101C;
}
</style>
background-color css
<style>
a { background-color: #7C101C; }
a { background-color: rgb(124,16,28); }
div.DivClassName
{
background-color: #7C101C;
}
.BgClassName
{
background-color: #7C101C;
}
</style>
border-color css
<style>
span { border-color: #7C101C; }
span { border-color: rgb(124,16,28); }
td.TdClassName
{
border-color: #7C101C;
}
.TagClassName
{
border-color: #7C101C;
}
</style>