Shades of Mardi Gras #32192F
Tints of Mardi Gras #32192F
RGB
CMYK
RGB Variations
Color information
#32192F (or 0x32192F) is known color: Mardi Gras. HEX triplet: 32, 19 and 2F. RGB value is (50,25,47). Sum of RGB (Red+Green+Blue) = 50+25+47=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #32192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32192F is #CDE6D0. Grayscale: #222222. Windows color (decimal): -13493969 or 3086642. OLE color: 3086642.
HSL color Cylindrical-coordinate representation of color #32192F: hue angle of 307.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32192F is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 47 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.80 |
| HSL | 307.2º | 0.33% | 0.15% | - |
| HSV(B) | 307.2º | 0.5% | 0.2% | - |
| XYZ | 2.18 | 1.58 | 2.88 | - |
| YUV | 34.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 47 | 0 | 0.50 | 0.06 | 0.80 | 307.2 | 0.33 | 0.15 |
| Hex | 32 | 19 | 2F | 0 | 32 | 6 | 50 | 133 | 21 | F |
| Octal | 62 | 31 | 57 | 0 | 62 | 6 | 120 | 463 | 41 | 17 |
| Binary | 110010 | 11001 | 101111 | 0 | 110010 | 110 | 1010000 | 100110011 | 100001 | 1111 |
Color Harmonies of #32192F
Complementary color
Monochromatic Colors of #32192F
Black with #32192F
Text Example
Text Example
White with #32192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32192F; }
p { color: rgb(50,25,47); }
H1.HeaderClassName
{
color: #32192F;
}
.AnyTagClassName
{
color: #32192F;
}
</style>
background-color css
<style>
a { background-color: #32192F; }
a { background-color: rgb(50,25,47); }
div.DivClassName
{
background-color: #32192F;
}
.BgClassName
{
background-color: #32192F;
}
</style>
border-color css
<style>
span { border-color: #32192F; }
span { border-color: rgb(50,25,47); }
td.TdClassName
{
border-color: #32192F;
}
.TagClassName
{
border-color: #32192F;
}
</style>