Shades of Mardi Gras #211020
Tints of Mardi Gras #211020
RGB
CMYK
RGB Variations
Color information
#211020 (or 0x211020) is known color: Mardi Gras. HEX triplet: 21, 10 and 20. RGB value is (33,16,32). Sum of RGB (Red+Green+Blue) = 33+16+32=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211020 is #DEEFDF. Grayscale: #161616. Windows color (decimal): -14610400 or 2101281. OLE color: 2101281.
HSL color Cylindrical-coordinate representation of color #211020: hue angle of 303.53º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211020 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 32 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.87 |
| HSL | 303.53º | 0.35% | 0.1% | - |
| HSV(B) | 303.53º | 0.52% | 0.13% | - |
| XYZ | 1.07 | 0.8 | 1.46 | - |
| YUV | 22.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 32 | 0 | 0.52 | 0.03 | 0.87 | 303.53 | 0.35 | 0.1 |
| Hex | 21 | 10 | 20 | 0 | 34 | 3 | 57 | 130 | 23 | A |
| Octal | 41 | 20 | 40 | 0 | 64 | 3 | 127 | 460 | 43 | 12 |
| Binary | 100001 | 10000 | 100000 | 0 | 110100 | 11 | 1010111 | 100110000 | 100011 | 1010 |
Color Harmonies of #211020
Complementary color
Monochromatic Colors of #211020
Black with #211020
Text Example
Text Example
White with #211020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211020; }
p { color: rgb(33,16,32); }
H1.HeaderClassName
{
color: #211020;
}
.AnyTagClassName
{
color: #211020;
}
</style>
background-color css
<style>
a { background-color: #211020; }
a { background-color: rgb(33,16,32); }
div.DivClassName
{
background-color: #211020;
}
.BgClassName
{
background-color: #211020;
}
</style>
border-color css
<style>
span { border-color: #211020; }
span { border-color: rgb(33,16,32); }
td.TdClassName
{
border-color: #211020;
}
.TagClassName
{
border-color: #211020;
}
</style>