Shades of Mardi Gras #210524
Tints of Mardi Gras #210524
RGB
CMYK
RGB Variations
Color information
#210524 (or 0x210524) is known color: Mardi Gras. HEX triplet: 21, 05 and 24. RGB value is (33,5,36). Sum of RGB (Red+Green+Blue) = 33+5+36=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #210524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210524 is #DEFADB. Grayscale: #101010. Windows color (decimal): -14613212 or 2360609. OLE color: 2360609.
HSL color Cylindrical-coordinate representation of color #210524: hue angle of 294.19º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #210524 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 5 | 36 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.86 |
| HSL | 294.19º | 0.76% | 0.08% | - |
| HSV(B) | 294.19º | 0.86% | 0.14% | - |
| XYZ | 1 | 0.56 | 1.72 | - |
| YUV | 16.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 36 | 0.08 | 0.86 | 0 | 0.86 | 294.19 | 0.76 | 0.08 |
| Hex | 21 | 5 | 24 | 8 | 56 | 0 | 56 | 126 | 4C | 8 |
| Octal | 41 | 5 | 44 | 10 | 126 | 0 | 126 | 446 | 114 | 10 |
| Binary | 100001 | 101 | 100100 | 1000 | 1010110 | 0 | 1010110 | 100100110 | 1001100 | 1000 |
Color Harmonies of #210524
Complementary color
Monochromatic Colors of #210524
Black with #210524
Text Example
Text Example
White with #210524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210524; }
p { color: rgb(33,5,36); }
H1.HeaderClassName
{
color: #210524;
}
.AnyTagClassName
{
color: #210524;
}
</style>
background-color css
<style>
a { background-color: #210524; }
a { background-color: rgb(33,5,36); }
div.DivClassName
{
background-color: #210524;
}
.BgClassName
{
background-color: #210524;
}
</style>
border-color css
<style>
span { border-color: #210524; }
span { border-color: rgb(33,5,36); }
td.TdClassName
{
border-color: #210524;
}
.TagClassName
{
border-color: #210524;
}
</style>