Shades of Burgundy #7D0915
Tints of Burgundy #7D0915
RGB
CMYK
RGB Variations
Color information
#7D0915 (or 0x7D0915) is known color: Burgundy. HEX triplet: 7D, 09 and 15. RGB value is (125,9,21). Sum of RGB (Red+Green+Blue) = 125+9+21=155 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.65% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0915 is #82F6EA. Grayscale: #2D2D2D. Windows color (decimal): -8582891 or 1378685. OLE color: 1378685.
HSL color Cylindrical-coordinate representation of color #7D0915: hue angle of 353.79º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0915 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 21 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.51 |
| HSL | 353.79º | 0.87% | 0.26% | - |
| HSV(B) | 353.79º | 0.93% | 0.49% | - |
| XYZ | 8.69 | 4.61 | 1.14 | - |
| YUV | 45.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 21 | 0 | 0.93 | 0.83 | 0.51 | 353.79 | 0.87 | 0.26 |
| Hex | 7D | 9 | 15 | 0 | 5D | 53 | 33 | 162 | 57 | 1A |
| Octal | 175 | 11 | 25 | 0 | 135 | 123 | 63 | 542 | 127 | 32 |
| Binary | 1111101 | 1001 | 10101 | 0 | 1011101 | 1010011 | 110011 | 101100010 | 1010111 | 11010 |
Color Harmonies of #7D0915
Complementary color
Monochromatic Colors of #7D0915
Black with #7D0915
Text Example
Text Example
White with #7D0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0915; }
p { color: rgb(125,9,21); }
H1.HeaderClassName
{
color: #7D0915;
}
.AnyTagClassName
{
color: #7D0915;
}
</style>
background-color css
<style>
a { background-color: #7D0915; }
a { background-color: rgb(125,9,21); }
div.DivClassName
{
background-color: #7D0915;
}
.BgClassName
{
background-color: #7D0915;
}
</style>
border-color css
<style>
span { border-color: #7D0915; }
span { border-color: rgb(125,9,21); }
td.TdClassName
{
border-color: #7D0915;
}
.TagClassName
{
border-color: #7D0915;
}
</style>