Shades of Mardi Gras #211420
Tints of Mardi Gras #211420
RGB
CMYK
RGB Variations
Color information
#211420 (or 0x211420) is known color: Mardi Gras. HEX triplet: 21, 14 and 20. RGB value is (33,20,32). Sum of RGB (Red+Green+Blue) = 33+20+32=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #211420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211420 is #DEEBDF. Grayscale: #191919. Windows color (decimal): -14609376 or 2102305. OLE color: 2102305.
HSL color Cylindrical-coordinate representation of color #211420: hue angle of 304.62º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211420 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 20 | 32 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.87 |
| HSL | 304.62º | 0.25% | 0.1% | - |
| HSV(B) | 304.62º | 0.39% | 0.13% | - |
| XYZ | 1.14 | 0.93 | 1.49 | - |
| YUV | 25.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 32 | 0 | 0.39 | 0.03 | 0.87 | 304.62 | 0.25 | 0.1 |
| Hex | 21 | 14 | 20 | 0 | 27 | 3 | 57 | 131 | 19 | A |
| Octal | 41 | 24 | 40 | 0 | 47 | 3 | 127 | 461 | 31 | 12 |
| Binary | 100001 | 10100 | 100000 | 0 | 100111 | 11 | 1010111 | 100110001 | 11001 | 1010 |
Color Harmonies of #211420
Complementary color
Monochromatic Colors of #211420
Black with #211420
Text Example
Text Example
White with #211420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211420; }
p { color: rgb(33,20,32); }
H1.HeaderClassName
{
color: #211420;
}
.AnyTagClassName
{
color: #211420;
}
</style>
background-color css
<style>
a { background-color: #211420; }
a { background-color: rgb(33,20,32); }
div.DivClassName
{
background-color: #211420;
}
.BgClassName
{
background-color: #211420;
}
</style>
border-color css
<style>
span { border-color: #211420; }
span { border-color: rgb(33,20,32); }
td.TdClassName
{
border-color: #211420;
}
.TagClassName
{
border-color: #211420;
}
</style>