Shades of Burgundy #7D041B
Tints of Burgundy #7D041B
RGB
CMYK
RGB Variations
Color information
#7D041B (or 0x7D041B) is known color: Burgundy. HEX triplet: 7D, 04 and 1B. RGB value is (125,4,27). Sum of RGB (Red+Green+Blue) = 125+4+27=156 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.13% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 125 - color contains mainly: red. Hex color #7D041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D041B is #82FBE4. Grayscale: #2A2A2A. Windows color (decimal): -8584165 or 1770621. OLE color: 1770621.
HSL color Cylindrical-coordinate representation of color #7D041B: hue angle of 348.6º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D041B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 27 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.51 |
| HSL | 348.6º | 0.94% | 0.25% | - |
| HSV(B) | 348.6º | 0.97% | 0.49% | - |
| XYZ | 8.7 | 4.53 | 1.45 | - |
| YUV | 42.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 27 | 0 | 0.97 | 0.78 | 0.51 | 348.6 | 0.94 | 0.25 |
| Hex | 7D | 4 | 1B | 0 | 61 | 4E | 33 | 15D | 5E | 19 |
| Octal | 175 | 4 | 33 | 0 | 141 | 116 | 63 | 535 | 136 | 31 |
| Binary | 1111101 | 100 | 11011 | 0 | 1100001 | 1001110 | 110011 | 101011101 | 1011110 | 11001 |
Color Harmonies of #7D041B
Complementary color
Monochromatic Colors of #7D041B
Black with #7D041B
Text Example
Text Example
White with #7D041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D041B; }
p { color: rgb(125,4,27); }
H1.HeaderClassName
{
color: #7D041B;
}
.AnyTagClassName
{
color: #7D041B;
}
</style>
background-color css
<style>
a { background-color: #7D041B; }
a { background-color: rgb(125,4,27); }
div.DivClassName
{
background-color: #7D041B;
}
.BgClassName
{
background-color: #7D041B;
}
</style>
border-color css
<style>
span { border-color: #7D041B; }
span { border-color: rgb(125,4,27); }
td.TdClassName
{
border-color: #7D041B;
}
.TagClassName
{
border-color: #7D041B;
}
</style>