Shades of Burgundy #7D0A15
Tints of Burgundy #7D0A15
RGB
CMYK
RGB Variations
Color information
#7D0A15 (or 0x7D0A15) is known color: Burgundy. HEX triplet: 7D, 0A and 15. RGB value is (125,10,21). Sum of RGB (Red+Green+Blue) = 125+10+21=156 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.13% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0A15 is #82F5EA. Grayscale: #2D2D2D. Windows color (decimal): -8582635 or 1378941. OLE color: 1378941.
HSL color Cylindrical-coordinate representation of color #7D0A15: hue angle of 354.26º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0A15 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 10 | 21 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.51 |
| HSL | 354.26º | 0.85% | 0.26% | - |
| HSV(B) | 354.26º | 0.92% | 0.49% | - |
| XYZ | 8.7 | 4.63 | 1.14 | - |
| YUV | 45.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 21 | 0 | 0.92 | 0.83 | 0.51 | 354.26 | 0.85 | 0.26 |
| Hex | 7D | A | 15 | 0 | 5C | 53 | 33 | 162 | 55 | 1A |
| Octal | 175 | 12 | 25 | 0 | 134 | 123 | 63 | 542 | 125 | 32 |
| Binary | 1111101 | 1010 | 10101 | 0 | 1011100 | 1010011 | 110011 | 101100010 | 1010101 | 11010 |
Color Harmonies of #7D0A15
Complementary color
Monochromatic Colors of #7D0A15
Black with #7D0A15
Text Example
Text Example
White with #7D0A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0A15; }
p { color: rgb(125,10,21); }
H1.HeaderClassName
{
color: #7D0A15;
}
.AnyTagClassName
{
color: #7D0A15;
}
</style>
background-color css
<style>
a { background-color: #7D0A15; }
a { background-color: rgb(125,10,21); }
div.DivClassName
{
background-color: #7D0A15;
}
.BgClassName
{
background-color: #7D0A15;
}
</style>
border-color css
<style>
span { border-color: #7D0A15; }
span { border-color: rgb(125,10,21); }
td.TdClassName
{
border-color: #7D0A15;
}
.TagClassName
{
border-color: #7D0A15;
}
</style>