Shades of Burgundy #7D0D14
Tints of Burgundy #7D0D14
RGB
CMYK
RGB Variations
Color information
#7D0D14 (or 0x7D0D14) is known color: Burgundy. HEX triplet: 7D, 0D and 14. RGB value is (125,13,20). Sum of RGB (Red+Green+Blue) = 125+13+20=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0D14 is #82F2EB. Grayscale: #2F2F2F. Windows color (decimal): -8581868 or 1314173. OLE color: 1314173.
HSL color Cylindrical-coordinate representation of color #7D0D14: hue angle of 356.25º 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 #7D0D14 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 20 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.51 |
| HSL | 356.25º | 0.81% | 0.27% | - |
| HSV(B) | 356.25º | 0.9% | 0.49% | - |
| XYZ | 8.73 | 4.7 | 1.11 | - |
| YUV | 47.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 20 | 0 | 0.90 | 0.84 | 0.51 | 356.25 | 0.81 | 0.27 |
| Hex | 7D | D | 14 | 0 | 5A | 54 | 33 | 164 | 51 | 1B |
| Octal | 175 | 15 | 24 | 0 | 132 | 124 | 63 | 544 | 121 | 33 |
| Binary | 1111101 | 1101 | 10100 | 0 | 1011010 | 1010100 | 110011 | 101100100 | 1010001 | 11011 |
Color Harmonies of #7D0D14
Complementary color
Monochromatic Colors of #7D0D14
Black with #7D0D14
Text Example
Text Example
White with #7D0D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D14; }
p { color: rgb(125,13,20); }
H1.HeaderClassName
{
color: #7D0D14;
}
.AnyTagClassName
{
color: #7D0D14;
}
</style>
background-color css
<style>
a { background-color: #7D0D14; }
a { background-color: rgb(125,13,20); }
div.DivClassName
{
background-color: #7D0D14;
}
.BgClassName
{
background-color: #7D0D14;
}
</style>
border-color css
<style>
span { border-color: #7D0D14; }
span { border-color: rgb(125,13,20); }
td.TdClassName
{
border-color: #7D0D14;
}
.TagClassName
{
border-color: #7D0D14;
}
</style>