Shades of Mardi Gras #32132F
Tints of Mardi Gras #32132F
RGB
CMYK
RGB Variations
Color information
#32132F (or 0x32132F) is known color: Mardi Gras. HEX triplet: 32, 13 and 2F. RGB value is (50,19,47). Sum of RGB (Red+Green+Blue) = 50+19+47=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #32132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32132F is #CDECD0. Grayscale: #1F1F1F. Windows color (decimal): -13495505 or 3085106. OLE color: 3085106.
HSL color Cylindrical-coordinate representation of color #32132F: hue angle of 305.81º 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 #32132F is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 47 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.80 |
| HSL | 305.81º | 0.45% | 0.14% | - |
| HSV(B) | 305.81º | 0.62% | 0.2% | - |
| XYZ | 2.06 | 1.35 | 2.84 | - |
| YUV | 31.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 47 | 0 | 0.62 | 0.06 | 0.80 | 305.81 | 0.45 | 0.14 |
| Hex | 32 | 13 | 2F | 0 | 3E | 6 | 50 | 132 | 2D | E |
| Octal | 62 | 23 | 57 | 0 | 76 | 6 | 120 | 462 | 55 | 16 |
| Binary | 110010 | 10011 | 101111 | 0 | 111110 | 110 | 1010000 | 100110010 | 101101 | 1110 |
Color Harmonies of #32132F
Complementary color
Monochromatic Colors of #32132F
Black with #32132F
Text Example
Text Example
White with #32132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32132F; }
p { color: rgb(50,19,47); }
H1.HeaderClassName
{
color: #32132F;
}
.AnyTagClassName
{
color: #32132F;
}
</style>
background-color css
<style>
a { background-color: #32132F; }
a { background-color: rgb(50,19,47); }
div.DivClassName
{
background-color: #32132F;
}
.BgClassName
{
background-color: #32132F;
}
</style>
border-color css
<style>
span { border-color: #32132F; }
span { border-color: rgb(50,19,47); }
td.TdClassName
{
border-color: #32132F;
}
.TagClassName
{
border-color: #32132F;
}
</style>