Shades of Mardi Gras #210220
Tints of Mardi Gras #210220
RGB
CMYK
RGB Variations
Color information
#210220 (or 0x210220) is known color: Mardi Gras. HEX triplet: 21, 02 and 20. RGB value is (33,2,32). Sum of RGB (Red+Green+Blue) = 33+2+32=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #210220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210220 is #DEFDDF. Grayscale: #0E0E0E. Windows color (decimal): -14613984 or 2097697. OLE color: 2097697.
HSL color Cylindrical-coordinate representation of color #210220: hue angle of 301.94º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210220 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 32 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.87 |
| HSL | 301.94º | 0.89% | 0.07% | - |
| HSV(B) | 301.94º | 0.94% | 0.13% | - |
| XYZ | 0.91 | 0.47 | 1.41 | - |
| YUV | 14.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 32 | 0 | 0.94 | 0.03 | 0.87 | 301.94 | 0.89 | 0.07 |
| Hex | 21 | 2 | 20 | 0 | 5E | 3 | 57 | 12E | 59 | 7 |
| Octal | 41 | 2 | 40 | 0 | 136 | 3 | 127 | 456 | 131 | 7 |
| Binary | 100001 | 10 | 100000 | 0 | 1011110 | 11 | 1010111 | 100101110 | 1011001 | 111 |
Color Harmonies of #210220
Complementary color
Monochromatic Colors of #210220
Black with #210220
Text Example
Text Example
White with #210220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210220; }
p { color: rgb(33,2,32); }
H1.HeaderClassName
{
color: #210220;
}
.AnyTagClassName
{
color: #210220;
}
</style>
background-color css
<style>
a { background-color: #210220; }
a { background-color: rgb(33,2,32); }
div.DivClassName
{
background-color: #210220;
}
.BgClassName
{
background-color: #210220;
}
</style>
border-color css
<style>
span { border-color: #210220; }
span { border-color: rgb(33,2,32); }
td.TdClassName
{
border-color: #210220;
}
.TagClassName
{
border-color: #210220;
}
</style>