Shades of Mardi Gras #32092C
Tints of Mardi Gras #32092C
RGB
CMYK
RGB Variations
Color information
#32092C (or 0x32092C) is known color: Mardi Gras. HEX triplet: 32, 09 and 2C. RGB value is (50,9,44). Sum of RGB (Red+Green+Blue) = 50+9+44=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #32092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32092C is #CDF6D3. Grayscale: #191919. Windows color (decimal): -13498068 or 2885938. OLE color: 2885938.
HSL color Cylindrical-coordinate representation of color #32092C: hue angle of 308.78º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32092C is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 9 | 44 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.80 |
| HSL | 308.78º | 0.69% | 0.12% | - |
| HSV(B) | 308.78º | 0.82% | 0.2% | - |
| XYZ | 1.87 | 1.06 | 2.49 | - |
| YUV | 25.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 44 | 0 | 0.82 | 0.12 | 0.80 | 308.78 | 0.69 | 0.12 |
| Hex | 32 | 9 | 2C | 0 | 52 | C | 50 | 135 | 45 | C |
| Octal | 62 | 11 | 54 | 0 | 122 | 14 | 120 | 465 | 105 | 14 |
| Binary | 110010 | 1001 | 101100 | 0 | 1010010 | 1100 | 1010000 | 100110101 | 1000101 | 1100 |
Color Harmonies of #32092C
Complementary color
Monochromatic Colors of #32092C
Black with #32092C
Text Example
Text Example
White with #32092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32092C; }
p { color: rgb(50,9,44); }
H1.HeaderClassName
{
color: #32092C;
}
.AnyTagClassName
{
color: #32092C;
}
</style>
background-color css
<style>
a { background-color: #32092C; }
a { background-color: rgb(50,9,44); }
div.DivClassName
{
background-color: #32092C;
}
.BgClassName
{
background-color: #32092C;
}
</style>
border-color css
<style>
span { border-color: #32092C; }
span { border-color: rgb(50,9,44); }
td.TdClassName
{
border-color: #32092C;
}
.TagClassName
{
border-color: #32092C;
}
</style>