Shades of Mardi Gras #32152D
Tints of Mardi Gras #32152D
RGB
CMYK
RGB Variations
Color information
#32152D (or 0x32152D) is known color: Mardi Gras. HEX triplet: 32, 15 and 2D. RGB value is (50,21,45). Sum of RGB (Red+Green+Blue) = 50+21+45=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #32152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32152D is #CDEAD2. Grayscale: #202020. Windows color (decimal): -13494995 or 2954546. OLE color: 2954546.
HSL color Cylindrical-coordinate representation of color #32152D: hue angle of 310.34º 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 #32152D is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 45 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.80 |
| HSL | 310.34º | 0.41% | 0.14% | - |
| HSV(B) | 310.34º | 0.58% | 0.2% | - |
| XYZ | 2.06 | 1.4 | 2.65 | - |
| YUV | 32.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 45 | 0 | 0.58 | 0.10 | 0.80 | 310.34 | 0.41 | 0.14 |
| Hex | 32 | 15 | 2D | 0 | 3A | A | 50 | 136 | 29 | E |
| Octal | 62 | 25 | 55 | 0 | 72 | 12 | 120 | 466 | 51 | 16 |
| Binary | 110010 | 10101 | 101101 | 0 | 111010 | 1010 | 1010000 | 100110110 | 101001 | 1110 |
Color Harmonies of #32152D
Complementary color
Monochromatic Colors of #32152D
Black with #32152D
Text Example
Text Example
White with #32152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32152D; }
p { color: rgb(50,21,45); }
H1.HeaderClassName
{
color: #32152D;
}
.AnyTagClassName
{
color: #32152D;
}
</style>
background-color css
<style>
a { background-color: #32152D; }
a { background-color: rgb(50,21,45); }
div.DivClassName
{
background-color: #32152D;
}
.BgClassName
{
background-color: #32152D;
}
</style>
border-color css
<style>
span { border-color: #32152D; }
span { border-color: rgb(50,21,45); }
td.TdClassName
{
border-color: #32152D;
}
.TagClassName
{
border-color: #32152D;
}
</style>