Shades of Burgundy #7D112F
Tints of Burgundy #7D112F
RGB
CMYK
RGB Variations
Color information
#7D112F (or 0x7D112F) is known color: Burgundy. HEX triplet: 7D, 11 and 2F. RGB value is (125,17,47). Sum of RGB (Red+Green+Blue) = 125+17+47=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D112F is #82EED0. Grayscale: #343434. Windows color (decimal): -8580817 or 3084669. OLE color: 3084669.
HSL color Cylindrical-coordinate representation of color #7D112F: hue angle of 343.33º 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 #7D112F is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 47 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.51 |
| HSL | 343.33º | 0.76% | 0.28% | - |
| HSV(B) | 343.33º | 0.86% | 0.49% | - |
| XYZ | 9.17 | 4.97 | 3.16 | - |
| YUV | 52.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 47 | 0 | 0.86 | 0.62 | 0.51 | 343.33 | 0.76 | 0.28 |
| Hex | 7D | 11 | 2F | 0 | 56 | 3E | 33 | 157 | 4C | 1C |
| Octal | 175 | 21 | 57 | 0 | 126 | 76 | 63 | 527 | 114 | 34 |
| Binary | 1111101 | 10001 | 101111 | 0 | 1010110 | 111110 | 110011 | 101010111 | 1001100 | 11100 |
Color Harmonies of #7D112F
Complementary color
Monochromatic Colors of #7D112F
Black with #7D112F
Text Example
Text Example
White with #7D112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D112F; }
p { color: rgb(125,17,47); }
H1.HeaderClassName
{
color: #7D112F;
}
.AnyTagClassName
{
color: #7D112F;
}
</style>
background-color css
<style>
a { background-color: #7D112F; }
a { background-color: rgb(125,17,47); }
div.DivClassName
{
background-color: #7D112F;
}
.BgClassName
{
background-color: #7D112F;
}
</style>
border-color css
<style>
span { border-color: #7D112F; }
span { border-color: rgb(125,17,47); }
td.TdClassName
{
border-color: #7D112F;
}
.TagClassName
{
border-color: #7D112F;
}
</style>