Shades of Mardi Gras #201520
Tints of Mardi Gras #201520
RGB
CMYK
RGB Variations
Color information
#201520 (or 0x201520) is known color: Mardi Gras. HEX triplet: 20, 15 and 20. RGB value is (32,21,32). Sum of RGB (Red+Green+Blue) = 32+21+32=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201520 is #DFEADF. Grayscale: #191919. Windows color (decimal): -14674656 or 2102560. OLE color: 2102560.
HSL color Cylindrical-coordinate representation of color #201520: hue angle of 300º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201520 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 32 | - |
| CMYK | 0 | 0.34 | 0 | 0.87 |
| HSL | 300º | 0.21% | 0.1% | - |
| HSV(B) | 300º | 0.34% | 0.13% | - |
| XYZ | 1.12 | 0.95 | 1.49 | - |
| YUV | 25.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 32 | 0 | 0.34 | 0 | 0.87 | 300 | 0.21 | 0.1 |
| Hex | 20 | 15 | 20 | 0 | 22 | 0 | 57 | 12C | 15 | A |
| Octal | 40 | 25 | 40 | 0 | 42 | 0 | 127 | 454 | 25 | 12 |
| Binary | 100000 | 10101 | 100000 | 0 | 100010 | 0 | 1010111 | 100101100 | 10101 | 1010 |
Color Harmonies of #201520
Complementary color
Monochromatic Colors of #201520
Black with #201520
Text Example
Text Example
White with #201520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201520; }
p { color: rgb(32,21,32); }
H1.HeaderClassName
{
color: #201520;
}
.AnyTagClassName
{
color: #201520;
}
</style>
background-color css
<style>
a { background-color: #201520; }
a { background-color: rgb(32,21,32); }
div.DivClassName
{
background-color: #201520;
}
.BgClassName
{
background-color: #201520;
}
</style>
border-color css
<style>
span { border-color: #201520; }
span { border-color: rgb(32,21,32); }
td.TdClassName
{
border-color: #201520;
}
.TagClassName
{
border-color: #201520;
}
</style>