Shades of Mardi Gras #32062B
Tints of Mardi Gras #32062B
RGB
CMYK
RGB Variations
Color information
#32062B (or 0x32062B) is known color: Mardi Gras. HEX triplet: 32, 06 and 2B. RGB value is (50,6,43). Sum of RGB (Red+Green+Blue) = 50+6+43=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #32062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32062B is #CDF9D4. Grayscale: #171717. Windows color (decimal): -13498837 or 2819634. OLE color: 2819634.
HSL color Cylindrical-coordinate representation of color #32062B: hue angle of 309.55º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32062B is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 6 | 43 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.80 |
| HSL | 309.55º | 0.79% | 0.11% | - |
| HSV(B) | 309.55º | 0.88% | 0.2% | - |
| XYZ | 1.82 | 0.98 | 2.38 | - |
| YUV | 23.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 43 | 0 | 0.88 | 0.14 | 0.80 | 309.55 | 0.79 | 0.11 |
| Hex | 32 | 6 | 2B | 0 | 58 | E | 50 | 136 | 4F | B |
| Octal | 62 | 6 | 53 | 0 | 130 | 16 | 120 | 466 | 117 | 13 |
| Binary | 110010 | 110 | 101011 | 0 | 1011000 | 1110 | 1010000 | 100110110 | 1001111 | 1011 |
Color Harmonies of #32062B
Complementary color
Monochromatic Colors of #32062B
Black with #32062B
Text Example
Text Example
White with #32062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32062B; }
p { color: rgb(50,6,43); }
H1.HeaderClassName
{
color: #32062B;
}
.AnyTagClassName
{
color: #32062B;
}
</style>
background-color css
<style>
a { background-color: #32062B; }
a { background-color: rgb(50,6,43); }
div.DivClassName
{
background-color: #32062B;
}
.BgClassName
{
background-color: #32062B;
}
</style>
border-color css
<style>
span { border-color: #32062B; }
span { border-color: rgb(50,6,43); }
td.TdClassName
{
border-color: #32062B;
}
.TagClassName
{
border-color: #32062B;
}
</style>