Shades of Mardi Gras #220420
Tints of Mardi Gras #220420
RGB
CMYK
RGB Variations
Color information
#220420 (or 0x220420) is known color: Mardi Gras. HEX triplet: 22, 04 and 20. RGB value is (34,4,32). Sum of RGB (Red+Green+Blue) = 34+4+32=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #220420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220420 is #DDFBDF. Grayscale: #101010. Windows color (decimal): -14547936 or 2098210. OLE color: 2098210.
HSL color Cylindrical-coordinate representation of color #220420: hue angle of 304º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220420 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 4 | 32 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.87 |
| HSL | 304º | 0.79% | 0.07% | - |
| HSV(B) | 304º | 0.88% | 0.13% | - |
| XYZ | 0.96 | 0.53 | 1.42 | - |
| YUV | 16.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 32 | 0 | 0.88 | 0.06 | 0.87 | 304 | 0.79 | 0.07 |
| Hex | 22 | 4 | 20 | 0 | 58 | 6 | 57 | 130 | 4F | 7 |
| Octal | 42 | 4 | 40 | 0 | 130 | 6 | 127 | 460 | 117 | 7 |
| Binary | 100010 | 100 | 100000 | 0 | 1011000 | 110 | 1010111 | 100110000 | 1001111 | 111 |
Color Harmonies of #220420
Complementary color
Monochromatic Colors of #220420
Black with #220420
Text Example
Text Example
White with #220420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220420; }
p { color: rgb(34,4,32); }
H1.HeaderClassName
{
color: #220420;
}
.AnyTagClassName
{
color: #220420;
}
</style>
background-color css
<style>
a { background-color: #220420; }
a { background-color: rgb(34,4,32); }
div.DivClassName
{
background-color: #220420;
}
.BgClassName
{
background-color: #220420;
}
</style>
border-color css
<style>
span { border-color: #220420; }
span { border-color: rgb(34,4,32); }
td.TdClassName
{
border-color: #220420;
}
.TagClassName
{
border-color: #220420;
}
</style>