Shades of Burgundy #7D051D
Tints of Burgundy #7D051D
RGB
CMYK
RGB Variations
Color information
#7D051D (or 0x7D051D) is known color: Burgundy. HEX triplet: 7D, 05 and 1D. RGB value is (125,5,29). Sum of RGB (Red+Green+Blue) = 125+5+29=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D051D is #82FAE2. Grayscale: #2B2B2B. Windows color (decimal): -8583907 or 1901949. OLE color: 1901949.
HSL color Cylindrical-coordinate representation of color #7D051D: hue angle of 348º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D051D is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 29 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.51 |
| HSL | 348º | 0.92% | 0.25% | - |
| HSV(B) | 348º | 0.96% | 0.49% | - |
| XYZ | 8.73 | 4.56 | 1.58 | - |
| YUV | 43.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 29 | 0 | 0.96 | 0.77 | 0.51 | 348 | 0.92 | 0.25 |
| Hex | 7D | 5 | 1D | 0 | 60 | 4D | 33 | 15C | 5C | 19 |
| Octal | 175 | 5 | 35 | 0 | 140 | 115 | 63 | 534 | 134 | 31 |
| Binary | 1111101 | 101 | 11101 | 0 | 1100000 | 1001101 | 110011 | 101011100 | 1011100 | 11001 |
Color Harmonies of #7D051D
Complementary color
Monochromatic Colors of #7D051D
Black with #7D051D
Text Example
Text Example
White with #7D051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D051D; }
p { color: rgb(125,5,29); }
H1.HeaderClassName
{
color: #7D051D;
}
.AnyTagClassName
{
color: #7D051D;
}
</style>
background-color css
<style>
a { background-color: #7D051D; }
a { background-color: rgb(125,5,29); }
div.DivClassName
{
background-color: #7D051D;
}
.BgClassName
{
background-color: #7D051D;
}
</style>
border-color css
<style>
span { border-color: #7D051D; }
span { border-color: rgb(125,5,29); }
td.TdClassName
{
border-color: #7D051D;
}
.TagClassName
{
border-color: #7D051D;
}
</style>