Shades of Mardi Gras #32152F
Tints of Mardi Gras #32152F
RGB
CMYK
RGB Variations
Color information
#32152F (or 0x32152F) is known color: Mardi Gras. HEX triplet: 32, 15 and 2F. RGB value is (50,21,47). Sum of RGB (Red+Green+Blue) = 50+21+47=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #32152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32152F is #CDEAD0. Grayscale: #202020. Windows color (decimal): -13494993 or 3085618. OLE color: 3085618.
HSL color Cylindrical-coordinate representation of color #32152F: hue angle of 306.21º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32152F is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 47 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.80 |
| HSL | 306.21º | 0.41% | 0.14% | - |
| HSV(B) | 306.21º | 0.58% | 0.2% | - |
| XYZ | 2.1 | 1.42 | 2.85 | - |
| YUV | 32.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 47 | 0 | 0.58 | 0.06 | 0.80 | 306.21 | 0.41 | 0.14 |
| Hex | 32 | 15 | 2F | 0 | 3A | 6 | 50 | 132 | 29 | E |
| Octal | 62 | 25 | 57 | 0 | 72 | 6 | 120 | 462 | 51 | 16 |
| Binary | 110010 | 10101 | 101111 | 0 | 111010 | 110 | 1010000 | 100110010 | 101001 | 1110 |
Color Harmonies of #32152F
Complementary color
Monochromatic Colors of #32152F
Black with #32152F
Text Example
Text Example
White with #32152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32152F; }
p { color: rgb(50,21,47); }
H1.HeaderClassName
{
color: #32152F;
}
.AnyTagClassName
{
color: #32152F;
}
</style>
background-color css
<style>
a { background-color: #32152F; }
a { background-color: rgb(50,21,47); }
div.DivClassName
{
background-color: #32152F;
}
.BgClassName
{
background-color: #32152F;
}
</style>
border-color css
<style>
span { border-color: #32152F; }
span { border-color: rgb(50,21,47); }
td.TdClassName
{
border-color: #32152F;
}
.TagClassName
{
border-color: #32152F;
}
</style>