Shades of Mardi Gras #32092F
Tints of Mardi Gras #32092F
RGB
CMYK
RGB Variations
Color information
#32092F (or 0x32092F) is known color: Mardi Gras. HEX triplet: 32, 09 and 2F. RGB value is (50,9,47). Sum of RGB (Red+Green+Blue) = 50+9+47=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #32092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32092F is #CDF6D0. Grayscale: #191919. Windows color (decimal): -13498065 or 3082546. OLE color: 3082546.
HSL color Cylindrical-coordinate representation of color #32092F: hue angle of 304.39º 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 #32092F is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 9 | 47 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.80 |
| HSL | 304.39º | 0.69% | 0.12% | - |
| HSV(B) | 304.39º | 0.82% | 0.2% | - |
| XYZ | 1.93 | 1.08 | 2.8 | - |
| YUV | 25.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 47 | 0 | 0.82 | 0.06 | 0.80 | 304.39 | 0.69 | 0.12 |
| Hex | 32 | 9 | 2F | 0 | 52 | 6 | 50 | 130 | 45 | C |
| Octal | 62 | 11 | 57 | 0 | 122 | 6 | 120 | 460 | 105 | 14 |
| Binary | 110010 | 1001 | 101111 | 0 | 1010010 | 110 | 1010000 | 100110000 | 1000101 | 1100 |
Color Harmonies of #32092F
Complementary color
Monochromatic Colors of #32092F
Black with #32092F
Text Example
Text Example
White with #32092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32092F; }
p { color: rgb(50,9,47); }
H1.HeaderClassName
{
color: #32092F;
}
.AnyTagClassName
{
color: #32092F;
}
</style>
background-color css
<style>
a { background-color: #32092F; }
a { background-color: rgb(50,9,47); }
div.DivClassName
{
background-color: #32092F;
}
.BgClassName
{
background-color: #32092F;
}
</style>
border-color css
<style>
span { border-color: #32092F; }
span { border-color: rgb(50,9,47); }
td.TdClassName
{
border-color: #32092F;
}
.TagClassName
{
border-color: #32092F;
}
</style>