Shades of Burgundy #7A0222
Tints of Burgundy #7A0222
RGB
CMYK
RGB Variations
Color information
#7A0222 (or 0x7A0222) is known color: Burgundy. HEX triplet: 7A, 02 and 22. RGB value is (122,2,34). Sum of RGB (Red+Green+Blue) = 122+2+34=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0222 is #85FDDD. Grayscale: #292929. Windows color (decimal): -8781278 or 2228858. OLE color: 2228858.
HSL color Cylindrical-coordinate representation of color #7A0222: hue angle of 344º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0222 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.52 |
| HSL | 344º | 0.97% | 0.24% | - |
| HSV(B) | 344º | 0.98% | 0.48% | - |
| XYZ | 8.34 | 4.3 | 1.9 | - |
| YUV | 41.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 34 | 0 | 0.98 | 0.72 | 0.52 | 344 | 0.97 | 0.24 |
| Hex | 7A | 2 | 22 | 0 | 62 | 48 | 34 | 158 | 61 | 18 |
| Octal | 172 | 2 | 42 | 0 | 142 | 110 | 64 | 530 | 141 | 30 |
| Binary | 1111010 | 10 | 100010 | 0 | 1100010 | 1001000 | 110100 | 101011000 | 1100001 | 11000 |
Color Harmonies of #7A0222
Complementary color
Monochromatic Colors of #7A0222
Black with #7A0222
Text Example
Text Example
White with #7A0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0222; }
p { color: rgb(122,2,34); }
H1.HeaderClassName
{
color: #7A0222;
}
.AnyTagClassName
{
color: #7A0222;
}
</style>
background-color css
<style>
a { background-color: #7A0222; }
a { background-color: rgb(122,2,34); }
div.DivClassName
{
background-color: #7A0222;
}
.BgClassName
{
background-color: #7A0222;
}
</style>
border-color css
<style>
span { border-color: #7A0222; }
span { border-color: rgb(122,2,34); }
td.TdClassName
{
border-color: #7A0222;
}
.TagClassName
{
border-color: #7A0222;
}
</style>