Shades of Mardi Gras #32122D
Tints of Mardi Gras #32122D
RGB
CMYK
RGB Variations
Color information
#32122D (or 0x32122D) is known color: Mardi Gras. HEX triplet: 32, 12 and 2D. RGB value is (50,18,45). Sum of RGB (Red+Green+Blue) = 50+18+45=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #32122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32122D is #CDEDD2. Grayscale: #1E1E1E. Windows color (decimal): -13495763 or 2953778. OLE color: 2953778.
HSL color Cylindrical-coordinate representation of color #32122D: hue angle of 309.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32122D is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 45 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.80 |
| HSL | 309.38º | 0.47% | 0.13% | - |
| HSV(B) | 309.38º | 0.64% | 0.2% | - |
| XYZ | 2.01 | 1.3 | 2.63 | - |
| YUV | 30.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 45 | 0 | 0.64 | 0.10 | 0.80 | 309.38 | 0.47 | 0.13 |
| Hex | 32 | 12 | 2D | 0 | 40 | A | 50 | 135 | 2F | D |
| Octal | 62 | 22 | 55 | 0 | 100 | 12 | 120 | 465 | 57 | 15 |
| Binary | 110010 | 10010 | 101101 | 0 | 1000000 | 1010 | 1010000 | 100110101 | 101111 | 1101 |
Color Harmonies of #32122D
Complementary color
Monochromatic Colors of #32122D
Black with #32122D
Text Example
Text Example
White with #32122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32122D; }
p { color: rgb(50,18,45); }
H1.HeaderClassName
{
color: #32122D;
}
.AnyTagClassName
{
color: #32122D;
}
</style>
background-color css
<style>
a { background-color: #32122D; }
a { background-color: rgb(50,18,45); }
div.DivClassName
{
background-color: #32122D;
}
.BgClassName
{
background-color: #32122D;
}
</style>
border-color css
<style>
span { border-color: #32122D; }
span { border-color: rgb(50,18,45); }
td.TdClassName
{
border-color: #32122D;
}
.TagClassName
{
border-color: #32122D;
}
</style>