Shades of Mardi Gras #220020
Tints of Mardi Gras #220020
RGB
CMYK
RGB Variations
Color information
#220020 (or 0x220020) is known color: Mardi Gras. HEX triplet: 22, 00 and 20. RGB value is (34,0,32). Sum of RGB (Red+Green+Blue) = 34+0+32=66 (8% of max value = 765). Red value is 34 (13.67% from 255 or 51.52% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 34 - color contains mainly: red. Hex color #220020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220020 is #DDFFDF. Grayscale: #0D0D0D. Windows color (decimal): -14548960 or 2097186. OLE color: 2097186.
HSL color Cylindrical-coordinate representation of color #220020: hue angle of 303.53º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220020 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.06 | 0.87 |
| HSL | 303.53º | 1% | 0.07% | - |
| HSV(B) | 303.53º | 1% | 0.13% | - |
| XYZ | 0.92 | 0.44 | 1.4 | - |
| YUV | 13.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 32 | 0 | 1 | 0.06 | 0.87 | 303.53 | 1 | 0.07 |
| Hex | 22 | 0 | 20 | 0 | 64 | 6 | 57 | 130 | 64 | 7 |
| Octal | 42 | 0 | 40 | 0 | 144 | 6 | 127 | 460 | 144 | 7 |
| Binary | 100010 | 0 | 100000 | 0 | 1100100 | 110 | 1010111 | 100110000 | 1100100 | 111 |
Color Harmonies of #220020
Complementary color
Monochromatic Colors of #220020
Black with #220020
Text Example
Text Example
White with #220020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220020; }
p { color: rgb(34,0,32); }
H1.HeaderClassName
{
color: #220020;
}
.AnyTagClassName
{
color: #220020;
}
</style>
background-color css
<style>
a { background-color: #220020; }
a { background-color: rgb(34,0,32); }
div.DivClassName
{
background-color: #220020;
}
.BgClassName
{
background-color: #220020;
}
</style>
border-color css
<style>
span { border-color: #220020; }
span { border-color: rgb(34,0,32); }
td.TdClassName
{
border-color: #220020;
}
.TagClassName
{
border-color: #220020;
}
</style>