Shades of Burgundy #7D1115
Tints of Burgundy #7D1115
RGB
CMYK
RGB Variations
Color information
#7D1115 (or 0x7D1115) is known color: Burgundy. HEX triplet: 7D, 11 and 15. RGB value is (125,17,21). Sum of RGB (Red+Green+Blue) = 125+17+21=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1115 is #82EEEA. Grayscale: #313131. Windows color (decimal): -8580843 or 1380733. OLE color: 1380733.
HSL color Cylindrical-coordinate representation of color #7D1115: hue angle of 357.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1115 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 21 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.51 |
| HSL | 357.78º | 0.76% | 0.28% | - |
| HSV(B) | 357.78º | 0.86% | 0.49% | - |
| XYZ | 8.79 | 4.82 | 1.18 | - |
| YUV | 49.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 21 | 0 | 0.86 | 0.83 | 0.51 | 357.78 | 0.76 | 0.28 |
| Hex | 7D | 11 | 15 | 0 | 56 | 53 | 33 | 166 | 4C | 1C |
| Octal | 175 | 21 | 25 | 0 | 126 | 123 | 63 | 546 | 114 | 34 |
| Binary | 1111101 | 10001 | 10101 | 0 | 1010110 | 1010011 | 110011 | 101100110 | 1001100 | 11100 |
Color Harmonies of #7D1115
Complementary color
Monochromatic Colors of #7D1115
Black with #7D1115
Text Example
Text Example
White with #7D1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1115; }
p { color: rgb(125,17,21); }
H1.HeaderClassName
{
color: #7D1115;
}
.AnyTagClassName
{
color: #7D1115;
}
</style>
background-color css
<style>
a { background-color: #7D1115; }
a { background-color: rgb(125,17,21); }
div.DivClassName
{
background-color: #7D1115;
}
.BgClassName
{
background-color: #7D1115;
}
</style>
border-color css
<style>
span { border-color: #7D1115; }
span { border-color: rgb(125,17,21); }
td.TdClassName
{
border-color: #7D1115;
}
.TagClassName
{
border-color: #7D1115;
}
</style>