Shades of Mardi Gras #200522
Tints of Mardi Gras #200522
RGB
CMYK
RGB Variations
Color information
#200522 (or 0x200522) is known color: Mardi Gras. HEX triplet: 20, 05 and 22. RGB value is (32,5,34). Sum of RGB (Red+Green+Blue) = 32+5+34=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 34 - color contains mainly: blue. Hex color #200522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200522 is #DFFADD. Grayscale: #101010. Windows color (decimal): -14678750 or 2229536. OLE color: 2229536.
HSL color Cylindrical-coordinate representation of color #200522: hue angle of 295.86º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #200522 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 34 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.87 |
| HSL | 295.86º | 0.74% | 0.08% | - |
| HSV(B) | 295.86º | 0.85% | 0.13% | - |
| XYZ | 0.94 | 0.53 | 1.57 | - |
| YUV | 16.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 34 | 0.06 | 0.85 | 0 | 0.87 | 295.86 | 0.74 | 0.08 |
| Hex | 20 | 5 | 22 | 6 | 55 | 0 | 57 | 128 | 4A | 8 |
| Octal | 40 | 5 | 42 | 6 | 125 | 0 | 127 | 450 | 112 | 10 |
| Binary | 100000 | 101 | 100010 | 110 | 1010101 | 0 | 1010111 | 100101000 | 1001010 | 1000 |
Color Harmonies of #200522
Complementary color
Monochromatic Colors of #200522
Black with #200522
Text Example
Text Example
White with #200522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200522; }
p { color: rgb(32,5,34); }
H1.HeaderClassName
{
color: #200522;
}
.AnyTagClassName
{
color: #200522;
}
</style>
background-color css
<style>
a { background-color: #200522; }
a { background-color: rgb(32,5,34); }
div.DivClassName
{
background-color: #200522;
}
.BgClassName
{
background-color: #200522;
}
</style>
border-color css
<style>
span { border-color: #200522; }
span { border-color: rgb(32,5,34); }
td.TdClassName
{
border-color: #200522;
}
.TagClassName
{
border-color: #200522;
}
</style>