Shades of Mardi Gras #32082B
Tints of Mardi Gras #32082B
RGB
CMYK
RGB Variations
Color information
#32082B (or 0x32082B) is known color: Mardi Gras. HEX triplet: 32, 08 and 2B. RGB value is (50,8,43). Sum of RGB (Red+Green+Blue) = 50+8+43=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #32082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32082B is #CDF7D4. Grayscale: #181818. Windows color (decimal): -13498325 or 2820146. OLE color: 2820146.
HSL color Cylindrical-coordinate representation of color #32082B: hue angle of 310º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32082B is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 8 | 43 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.80 |
| HSL | 310º | 0.72% | 0.11% | - |
| HSV(B) | 310º | 0.84% | 0.2% | - |
| XYZ | 1.84 | 1.03 | 2.39 | - |
| YUV | 24.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 43 | 0 | 0.84 | 0.14 | 0.80 | 310 | 0.72 | 0.11 |
| Hex | 32 | 8 | 2B | 0 | 54 | E | 50 | 136 | 48 | B |
| Octal | 62 | 10 | 53 | 0 | 124 | 16 | 120 | 466 | 110 | 13 |
| Binary | 110010 | 1000 | 101011 | 0 | 1010100 | 1110 | 1010000 | 100110110 | 1001000 | 1011 |
Color Harmonies of #32082B
Complementary color
Monochromatic Colors of #32082B
Black with #32082B
Text Example
Text Example
White with #32082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32082B; }
p { color: rgb(50,8,43); }
H1.HeaderClassName
{
color: #32082B;
}
.AnyTagClassName
{
color: #32082B;
}
</style>
background-color css
<style>
a { background-color: #32082B; }
a { background-color: rgb(50,8,43); }
div.DivClassName
{
background-color: #32082B;
}
.BgClassName
{
background-color: #32082B;
}
</style>
border-color css
<style>
span { border-color: #32082B; }
span { border-color: rgb(50,8,43); }
td.TdClassName
{
border-color: #32082B;
}
.TagClassName
{
border-color: #32082B;
}
</style>