Shades of Mardi Gras #200720
Tints of Mardi Gras #200720
RGB
CMYK
RGB Variations
Color information
#200720 (or 0x200720) is known color: Mardi Gras. HEX triplet: 20, 07 and 20. RGB value is (32,7,32). Sum of RGB (Red+Green+Blue) = 32+7+32=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #200720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200720 is #DFF8DF. Grayscale: #111111. Windows color (decimal): -14678240 or 2098976. OLE color: 2098976.
HSL color Cylindrical-coordinate representation of color #200720: hue angle of 300º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200720 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 7 | 32 | - |
| CMYK | 0 | 0.78 | 0 | 0.87 |
| HSL | 300º | 0.64% | 0.08% | - |
| HSV(B) | 300º | 0.78% | 0.13% | - |
| XYZ | 0.93 | 0.56 | 1.43 | - |
| YUV | 17.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 32 | 0 | 0.78 | 0 | 0.87 | 300 | 0.64 | 0.08 |
| Hex | 20 | 7 | 20 | 0 | 4E | 0 | 57 | 12C | 40 | 8 |
| Octal | 40 | 7 | 40 | 0 | 116 | 0 | 127 | 454 | 100 | 10 |
| Binary | 100000 | 111 | 100000 | 0 | 1001110 | 0 | 1010111 | 100101100 | 1000000 | 1000 |
Color Harmonies of #200720
Complementary color
Monochromatic Colors of #200720
Black with #200720
Text Example
Text Example
White with #200720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200720; }
p { color: rgb(32,7,32); }
H1.HeaderClassName
{
color: #200720;
}
.AnyTagClassName
{
color: #200720;
}
</style>
background-color css
<style>
a { background-color: #200720; }
a { background-color: rgb(32,7,32); }
div.DivClassName
{
background-color: #200720;
}
.BgClassName
{
background-color: #200720;
}
</style>
border-color css
<style>
span { border-color: #200720; }
span { border-color: rgb(32,7,32); }
td.TdClassName
{
border-color: #200720;
}
.TagClassName
{
border-color: #200720;
}
</style>