Shades of Burgundy #7A0A27
Tints of Burgundy #7A0A27
RGB
CMYK
RGB Variations
Color information
#7A0A27 (or 0x7A0A27) is known color: Burgundy. HEX triplet: 7A, 0A and 27. RGB value is (122,10,39). Sum of RGB (Red+Green+Blue) = 122+10+39=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0A27 is #85F5D8. Grayscale: #2E2E2E. Windows color (decimal): -8779225 or 2558586. OLE color: 2558586.
HSL color Cylindrical-coordinate representation of color #7A0A27: hue angle of 344.46º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0A27 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 10 | 39 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.52 |
| HSL | 344.46º | 0.85% | 0.26% | - |
| HSV(B) | 344.46º | 0.92% | 0.48% | - |
| XYZ | 8.5 | 4.5 | 2.34 | - |
| YUV | 46.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 39 | 0 | 0.92 | 0.68 | 0.52 | 344.46 | 0.85 | 0.26 |
| Hex | 7A | A | 27 | 0 | 5C | 44 | 34 | 158 | 55 | 1A |
| Octal | 172 | 12 | 47 | 0 | 134 | 104 | 64 | 530 | 125 | 32 |
| Binary | 1111010 | 1010 | 100111 | 0 | 1011100 | 1000100 | 110100 | 101011000 | 1010101 | 11010 |
Color Harmonies of #7A0A27
Complementary color
Monochromatic Colors of #7A0A27
Black with #7A0A27
Text Example
Text Example
White with #7A0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0A27; }
p { color: rgb(122,10,39); }
H1.HeaderClassName
{
color: #7A0A27;
}
.AnyTagClassName
{
color: #7A0A27;
}
</style>
background-color css
<style>
a { background-color: #7A0A27; }
a { background-color: rgb(122,10,39); }
div.DivClassName
{
background-color: #7A0A27;
}
.BgClassName
{
background-color: #7A0A27;
}
</style>
border-color css
<style>
span { border-color: #7A0A27; }
span { border-color: rgb(122,10,39); }
td.TdClassName
{
border-color: #7A0A27;
}
.TagClassName
{
border-color: #7A0A27;
}
</style>