Shades of Mardi Gras #200120
Tints of Mardi Gras #200120
RGB
CMYK
RGB Variations
Color information
#200120 (or 0x200120) is known color: Mardi Gras. HEX triplet: 20, 01 and 20. RGB value is (32,1,32). Sum of RGB (Red+Green+Blue) = 32+1+32=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #200120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200120 is #DFFEDF. Grayscale: #0D0D0D. Windows color (decimal): -14679776 or 2097440. OLE color: 2097440.
HSL color Cylindrical-coordinate representation of color #200120: hue angle of 300º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200120 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 32 | - |
| CMYK | 0 | 0.97 | 0 | 0.87 |
| HSL | 300º | 0.94% | 0.06% | - |
| HSV(B) | 300º | 0.97% | 0.13% | - |
| XYZ | 0.87 | 0.43 | 1.4 | - |
| YUV | 13.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 32 | 0 | 0.97 | 0 | 0.87 | 300 | 0.94 | 0.06 |
| Hex | 20 | 1 | 20 | 0 | 61 | 0 | 57 | 12C | 5E | 6 |
| Octal | 40 | 1 | 40 | 0 | 141 | 0 | 127 | 454 | 136 | 6 |
| Binary | 100000 | 1 | 100000 | 0 | 1100001 | 0 | 1010111 | 100101100 | 1011110 | 110 |
Color Harmonies of #200120
Complementary color
Monochromatic Colors of #200120
Black with #200120
Text Example
Text Example
White with #200120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200120; }
p { color: rgb(32,1,32); }
H1.HeaderClassName
{
color: #200120;
}
.AnyTagClassName
{
color: #200120;
}
</style>
background-color css
<style>
a { background-color: #200120; }
a { background-color: rgb(32,1,32); }
div.DivClassName
{
background-color: #200120;
}
.BgClassName
{
background-color: #200120;
}
</style>
border-color css
<style>
span { border-color: #200120; }
span { border-color: rgb(32,1,32); }
td.TdClassName
{
border-color: #200120;
}
.TagClassName
{
border-color: #200120;
}
</style>