Shades of Burgundy #7D0D1E
Tints of Burgundy #7D0D1E
RGB
CMYK
RGB Variations
Color information
#7D0D1E (or 0x7D0D1E) is known color: Burgundy. HEX triplet: 7D, 0D and 1E. RGB value is (125,13,30). Sum of RGB (Red+Green+Blue) = 125+13+30=168 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.40% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D1E is #82F2E1. Grayscale: #303030. Windows color (decimal): -8581858 or 1969533. OLE color: 1969533.
HSL color Cylindrical-coordinate representation of color #7D0D1E: hue angle of 350.89º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D1E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 30 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.51 |
| HSL | 350.89º | 0.81% | 0.27% | - |
| HSV(B) | 350.89º | 0.9% | 0.49% | - |
| XYZ | 8.84 | 4.74 | 1.68 | - |
| YUV | 48.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 30 | 0 | 0.90 | 0.76 | 0.51 | 350.89 | 0.81 | 0.27 |
| Hex | 7D | D | 1E | 0 | 5A | 4C | 33 | 15F | 51 | 1B |
| Octal | 175 | 15 | 36 | 0 | 132 | 114 | 63 | 537 | 121 | 33 |
| Binary | 1111101 | 1101 | 11110 | 0 | 1011010 | 1001100 | 110011 | 101011111 | 1010001 | 11011 |
Color Harmonies of #7D0D1E
Complementary color
Monochromatic Colors of #7D0D1E
Black with #7D0D1E
Text Example
Text Example
White with #7D0D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D1E; }
p { color: rgb(125,13,30); }
H1.HeaderClassName
{
color: #7D0D1E;
}
.AnyTagClassName
{
color: #7D0D1E;
}
</style>
background-color css
<style>
a { background-color: #7D0D1E; }
a { background-color: rgb(125,13,30); }
div.DivClassName
{
background-color: #7D0D1E;
}
.BgClassName
{
background-color: #7D0D1E;
}
</style>
border-color css
<style>
span { border-color: #7D0D1E; }
span { border-color: rgb(125,13,30); }
td.TdClassName
{
border-color: #7D0D1E;
}
.TagClassName
{
border-color: #7D0D1E;
}
</style>