Shades of Burgundy #7A0228
Tints of Burgundy #7A0228
RGB
CMYK
RGB Variations
Color information
#7A0228 (or 0x7A0228) is known color: Burgundy. HEX triplet: 7A, 02 and 28. RGB value is (122,2,40). Sum of RGB (Red+Green+Blue) = 122+2+40=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0228 is #85FDD7. Grayscale: #2A2A2A. Windows color (decimal): -8781272 or 2622074. OLE color: 2622074.
HSL color Cylindrical-coordinate representation of color #7A0228: hue angle of 341º 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 #7A0228 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.52 |
| HSL | 341º | 0.97% | 0.24% | - |
| HSV(B) | 341º | 0.98% | 0.48% | - |
| XYZ | 8.43 | 4.33 | 2.4 | - |
| YUV | 42.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 40 | 0 | 0.98 | 0.67 | 0.52 | 341 | 0.97 | 0.24 |
| Hex | 7A | 2 | 28 | 0 | 62 | 43 | 34 | 155 | 61 | 18 |
| Octal | 172 | 2 | 50 | 0 | 142 | 103 | 64 | 525 | 141 | 30 |
| Binary | 1111010 | 10 | 101000 | 0 | 1100010 | 1000011 | 110100 | 101010101 | 1100001 | 11000 |
Color Harmonies of #7A0228
Complementary color
Monochromatic Colors of #7A0228
Black with #7A0228
Text Example
Text Example
White with #7A0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0228; }
p { color: rgb(122,2,40); }
H1.HeaderClassName
{
color: #7A0228;
}
.AnyTagClassName
{
color: #7A0228;
}
</style>
background-color css
<style>
a { background-color: #7A0228; }
a { background-color: rgb(122,2,40); }
div.DivClassName
{
background-color: #7A0228;
}
.BgClassName
{
background-color: #7A0228;
}
</style>
border-color css
<style>
span { border-color: #7A0228; }
span { border-color: rgb(122,2,40); }
td.TdClassName
{
border-color: #7A0228;
}
.TagClassName
{
border-color: #7A0228;
}
</style>