Shades of Mardi Gras #32132D
Tints of Mardi Gras #32132D
RGB
CMYK
RGB Variations
Color information
#32132D (or 0x32132D) is known color: Mardi Gras. HEX triplet: 32, 13 and 2D. RGB value is (50,19,45). Sum of RGB (Red+Green+Blue) = 50+19+45=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #32132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32132D is #CDECD2. Grayscale: #1F1F1F. Windows color (decimal): -13495507 or 2954034. OLE color: 2954034.
HSL color Cylindrical-coordinate representation of color #32132D: hue angle of 309.68º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32132D is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 45 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.80 |
| HSL | 309.68º | 0.45% | 0.14% | - |
| HSV(B) | 309.68º | 0.62% | 0.2% | - |
| XYZ | 2.02 | 1.33 | 2.63 | - |
| YUV | 31.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 45 | 0 | 0.62 | 0.10 | 0.80 | 309.68 | 0.45 | 0.14 |
| Hex | 32 | 13 | 2D | 0 | 3E | A | 50 | 136 | 2D | E |
| Octal | 62 | 23 | 55 | 0 | 76 | 12 | 120 | 466 | 55 | 16 |
| Binary | 110010 | 10011 | 101101 | 0 | 111110 | 1010 | 1010000 | 100110110 | 101101 | 1110 |
Color Harmonies of #32132D
Complementary color
Monochromatic Colors of #32132D
Black with #32132D
Text Example
Text Example
White with #32132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32132D; }
p { color: rgb(50,19,45); }
H1.HeaderClassName
{
color: #32132D;
}
.AnyTagClassName
{
color: #32132D;
}
</style>
background-color css
<style>
a { background-color: #32132D; }
a { background-color: rgb(50,19,45); }
div.DivClassName
{
background-color: #32132D;
}
.BgClassName
{
background-color: #32132D;
}
</style>
border-color css
<style>
span { border-color: #32132D; }
span { border-color: rgb(50,19,45); }
td.TdClassName
{
border-color: #32132D;
}
.TagClassName
{
border-color: #32132D;
}
</style>