Shades of Burgundy #7A0130
Tints of Burgundy #7A0130
RGB
CMYK
RGB Variations
Color information
#7A0130 (or 0x7A0130) is known color: Burgundy. HEX triplet: 7A, 01 and 30. RGB value is (122,1,48). Sum of RGB (Red+Green+Blue) = 122+1+48=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0130 is #85FECF. Grayscale: #2A2A2A. Windows color (decimal): -8781520 or 3146106. OLE color: 3146106.
HSL color Cylindrical-coordinate representation of color #7A0130: hue angle of 336.69º 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 #7A0130 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.52 |
| HSL | 336.69º | 0.98% | 0.24% | - |
| HSV(B) | 336.69º | 0.99% | 0.48% | - |
| XYZ | 8.57 | 4.37 | 3.19 | - |
| YUV | 42.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 48 | 0 | 0.99 | 0.61 | 0.52 | 336.69 | 0.98 | 0.24 |
| Hex | 7A | 1 | 30 | 0 | 63 | 3D | 34 | 151 | 62 | 18 |
| Octal | 172 | 1 | 60 | 0 | 143 | 75 | 64 | 521 | 142 | 30 |
| Binary | 1111010 | 1 | 110000 | 0 | 1100011 | 111101 | 110100 | 101010001 | 1100010 | 11000 |
Color Harmonies of #7A0130
Complementary color
Monochromatic Colors of #7A0130
Black with #7A0130
Text Example
Text Example
White with #7A0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0130; }
p { color: rgb(122,1,48); }
H1.HeaderClassName
{
color: #7A0130;
}
.AnyTagClassName
{
color: #7A0130;
}
</style>
background-color css
<style>
a { background-color: #7A0130; }
a { background-color: rgb(122,1,48); }
div.DivClassName
{
background-color: #7A0130;
}
.BgClassName
{
background-color: #7A0130;
}
</style>
border-color css
<style>
span { border-color: #7A0130; }
span { border-color: rgb(122,1,48); }
td.TdClassName
{
border-color: #7A0130;
}
.TagClassName
{
border-color: #7A0130;
}
</style>