Shades of Burgundy #7A0915
Tints of Burgundy #7A0915
RGB
CMYK
RGB Variations
Color information
#7A0915 (or 0x7A0915) is known color: Burgundy. HEX triplet: 7A, 09 and 15. RGB value is (122,9,21). Sum of RGB (Red+Green+Blue) = 122+9+21=152 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.26% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0915 is #85F6EA. Grayscale: #2C2C2C. Windows color (decimal): -8779499 or 1378682. OLE color: 1378682.
HSL color Cylindrical-coordinate representation of color #7A0915: hue angle of 353.63º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0915 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 21 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.52 |
| HSL | 353.63º | 0.86% | 0.26% | - |
| HSV(B) | 353.63º | 0.93% | 0.48% | - |
| XYZ | 8.26 | 4.39 | 1.12 | - |
| YUV | 44.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 21 | 0 | 0.93 | 0.83 | 0.52 | 353.63 | 0.86 | 0.26 |
| Hex | 7A | 9 | 15 | 0 | 5D | 53 | 34 | 162 | 56 | 1A |
| Octal | 172 | 11 | 25 | 0 | 135 | 123 | 64 | 542 | 126 | 32 |
| Binary | 1111010 | 1001 | 10101 | 0 | 1011101 | 1010011 | 110100 | 101100010 | 1010110 | 11010 |
Color Harmonies of #7A0915
Complementary color
Monochromatic Colors of #7A0915
Black with #7A0915
Text Example
Text Example
White with #7A0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0915; }
p { color: rgb(122,9,21); }
H1.HeaderClassName
{
color: #7A0915;
}
.AnyTagClassName
{
color: #7A0915;
}
</style>
background-color css
<style>
a { background-color: #7A0915; }
a { background-color: rgb(122,9,21); }
div.DivClassName
{
background-color: #7A0915;
}
.BgClassName
{
background-color: #7A0915;
}
</style>
border-color css
<style>
span { border-color: #7A0915; }
span { border-color: rgb(122,9,21); }
td.TdClassName
{
border-color: #7A0915;
}
.TagClassName
{
border-color: #7A0915;
}
</style>