Shades of Mardi Gras #220120
Tints of Mardi Gras #220120
RGB
CMYK
RGB Variations
Color information
#220120 (or 0x220120) is known color: Mardi Gras. HEX triplet: 22, 01 and 20. RGB value is (34,1,32). Sum of RGB (Red+Green+Blue) = 34+1+32=67 (8% of max value = 765). Red value is 34 (13.67% from 255 or 50.75% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 34 - color contains mainly: red. Hex color #220120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220120 is #DDFEDF. Grayscale: #0E0E0E. Windows color (decimal): -14548704 or 2097442. OLE color: 2097442.
HSL color Cylindrical-coordinate representation of color #220120: hue angle of 303.64º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220120 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 1 | 32 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.87 |
| HSL | 303.64º | 0.94% | 0.07% | - |
| HSV(B) | 303.64º | 0.97% | 0.13% | - |
| XYZ | 0.93 | 0.47 | 1.41 | - |
| YUV | 14.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 32 | 0 | 0.97 | 0.06 | 0.87 | 303.64 | 0.94 | 0.07 |
| Hex | 22 | 1 | 20 | 0 | 61 | 6 | 57 | 130 | 5E | 7 |
| Octal | 42 | 1 | 40 | 0 | 141 | 6 | 127 | 460 | 136 | 7 |
| Binary | 100010 | 1 | 100000 | 0 | 1100001 | 110 | 1010111 | 100110000 | 1011110 | 111 |
Color Harmonies of #220120
Complementary color
Monochromatic Colors of #220120
Black with #220120
Text Example
Text Example
White with #220120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220120; }
p { color: rgb(34,1,32); }
H1.HeaderClassName
{
color: #220120;
}
.AnyTagClassName
{
color: #220120;
}
</style>
background-color css
<style>
a { background-color: #220120; }
a { background-color: rgb(34,1,32); }
div.DivClassName
{
background-color: #220120;
}
.BgClassName
{
background-color: #220120;
}
</style>
border-color css
<style>
span { border-color: #220120; }
span { border-color: rgb(34,1,32); }
td.TdClassName
{
border-color: #220120;
}
.TagClassName
{
border-color: #220120;
}
</style>