Shades of Mardi Gras #210521
Tints of Mardi Gras #210521
RGB
CMYK
RGB Variations
Color information
#210521 (or 0x210521) is known color: Mardi Gras. HEX triplet: 21, 05 and 21. RGB value is (33,5,33). Sum of RGB (Red+Green+Blue) = 33+5+33=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #210521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210521 is #DEFADE. Grayscale: #101010. Windows color (decimal): -14613215 or 2164001. OLE color: 2164001.
HSL color Cylindrical-coordinate representation of color #210521: hue angle of 300º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210521 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 5 | 33 | - |
| CMYK | 0 | 0.85 | 0 | 0.87 |
| HSL | 300º | 0.74% | 0.07% | - |
| HSV(B) | 300º | 0.85% | 0.13% | - |
| XYZ | 0.96 | 0.54 | 1.49 | - |
| YUV | 16.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 33 | 0 | 0.85 | 0 | 0.87 | 300 | 0.74 | 0.07 |
| Hex | 21 | 5 | 21 | 0 | 55 | 0 | 57 | 12C | 4A | 7 |
| Octal | 41 | 5 | 41 | 0 | 125 | 0 | 127 | 454 | 112 | 7 |
| Binary | 100001 | 101 | 100001 | 0 | 1010101 | 0 | 1010111 | 100101100 | 1001010 | 111 |
Color Harmonies of #210521
Complementary color
Monochromatic Colors of #210521
Black with #210521
Text Example
Text Example
White with #210521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210521; }
p { color: rgb(33,5,33); }
H1.HeaderClassName
{
color: #210521;
}
.AnyTagClassName
{
color: #210521;
}
</style>
background-color css
<style>
a { background-color: #210521; }
a { background-color: rgb(33,5,33); }
div.DivClassName
{
background-color: #210521;
}
.BgClassName
{
background-color: #210521;
}
</style>
border-color css
<style>
span { border-color: #210521; }
span { border-color: rgb(33,5,33); }
td.TdClassName
{
border-color: #210521;
}
.TagClassName
{
border-color: #210521;
}
</style>