Shades of Burgundy #7A0127
Tints of Burgundy #7A0127
RGB
CMYK
RGB Variations
Color information
#7A0127 (or 0x7A0127) is known color: Burgundy. HEX triplet: 7A, 01 and 27. RGB value is (122,1,39). Sum of RGB (Red+Green+Blue) = 122+1+39=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0127 is #85FED8. Grayscale: #292929. Windows color (decimal): -8781529 or 2556282. OLE color: 2556282.
HSL color Cylindrical-coordinate representation of color #7A0127: hue angle of 341.16º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0127 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.52 |
| HSL | 341.16º | 0.98% | 0.24% | - |
| HSV(B) | 341.16º | 0.99% | 0.48% | - |
| XYZ | 8.4 | 4.31 | 2.31 | - |
| YUV | 41.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 39 | 0 | 0.99 | 0.68 | 0.52 | 341.16 | 0.98 | 0.24 |
| Hex | 7A | 1 | 27 | 0 | 63 | 44 | 34 | 155 | 62 | 18 |
| Octal | 172 | 1 | 47 | 0 | 143 | 104 | 64 | 525 | 142 | 30 |
| Binary | 1111010 | 1 | 100111 | 0 | 1100011 | 1000100 | 110100 | 101010101 | 1100010 | 11000 |
Color Harmonies of #7A0127
Complementary color
Monochromatic Colors of #7A0127
Black with #7A0127
Text Example
Text Example
White with #7A0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0127; }
p { color: rgb(122,1,39); }
H1.HeaderClassName
{
color: #7A0127;
}
.AnyTagClassName
{
color: #7A0127;
}
</style>
background-color css
<style>
a { background-color: #7A0127; }
a { background-color: rgb(122,1,39); }
div.DivClassName
{
background-color: #7A0127;
}
.BgClassName
{
background-color: #7A0127;
}
</style>
border-color css
<style>
span { border-color: #7A0127; }
span { border-color: rgb(122,1,39); }
td.TdClassName
{
border-color: #7A0127;
}
.TagClassName
{
border-color: #7A0127;
}
</style>