Shades of Burgundy #7C0F1D
Tints of Burgundy #7C0F1D
RGB
CMYK
RGB Variations
Color information
#7C0F1D (or 0x7C0F1D) is known color: Burgundy. HEX triplet: 7C, 0F and 1D. RGB value is (124,15,29). Sum of RGB (Red+Green+Blue) = 124+15+29=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0F1D is #83F0E2. Grayscale: #313131. Windows color (decimal): -8646883 or 1904508. OLE color: 1904508.
HSL color Cylindrical-coordinate representation of color #7C0F1D: hue angle of 352.29º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F1D is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 15 | 29 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.51 |
| HSL | 352.29º | 0.78% | 0.27% | - |
| HSV(B) | 352.29º | 0.88% | 0.49% | - |
| XYZ | 8.7 | 4.72 | 1.61 | - |
| YUV | 49.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 29 | 0 | 0.88 | 0.77 | 0.51 | 352.29 | 0.78 | 0.27 |
| Hex | 7C | F | 1D | 0 | 58 | 4D | 33 | 160 | 4E | 1B |
| Octal | 174 | 17 | 35 | 0 | 130 | 115 | 63 | 540 | 116 | 33 |
| Binary | 1111100 | 1111 | 11101 | 0 | 1011000 | 1001101 | 110011 | 101100000 | 1001110 | 11011 |
Color Harmonies of #7C0F1D
Complementary color
Monochromatic Colors of #7C0F1D
Black with #7C0F1D
Text Example
Text Example
White with #7C0F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0F1D; }
p { color: rgb(124,15,29); }
H1.HeaderClassName
{
color: #7C0F1D;
}
.AnyTagClassName
{
color: #7C0F1D;
}
</style>
background-color css
<style>
a { background-color: #7C0F1D; }
a { background-color: rgb(124,15,29); }
div.DivClassName
{
background-color: #7C0F1D;
}
.BgClassName
{
background-color: #7C0F1D;
}
</style>
border-color css
<style>
span { border-color: #7C0F1D; }
span { border-color: rgb(124,15,29); }
td.TdClassName
{
border-color: #7C0F1D;
}
.TagClassName
{
border-color: #7C0F1D;
}
</style>