Shades of Mardi Gras #32082A
Tints of Mardi Gras #32082A
RGB
CMYK
RGB Variations
Color information
#32082A (or 0x32082A) is known color: Mardi Gras. HEX triplet: 32, 08 and 2A. RGB value is (50,8,42). Sum of RGB (Red+Green+Blue) = 50+8+42=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #32082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32082A is #CDF7D5. Grayscale: #181818. Windows color (decimal): -13498326 or 2754610. OLE color: 2754610.
HSL color Cylindrical-coordinate representation of color #32082A: hue angle of 311.43º 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 #32082A is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 8 | 42 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.80 |
| HSL | 311.43º | 0.72% | 0.11% | - |
| HSV(B) | 311.43º | 0.84% | 0.2% | - |
| XYZ | 1.82 | 1.02 | 2.29 | - |
| YUV | 24.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 42 | 0 | 0.84 | 0.16 | 0.80 | 311.43 | 0.72 | 0.11 |
| Hex | 32 | 8 | 2A | 0 | 54 | 10 | 50 | 137 | 48 | B |
| Octal | 62 | 10 | 52 | 0 | 124 | 20 | 120 | 467 | 110 | 13 |
| Binary | 110010 | 1000 | 101010 | 0 | 1010100 | 10000 | 1010000 | 100110111 | 1001000 | 1011 |
Color Harmonies of #32082A
Complementary color
Monochromatic Colors of #32082A
Black with #32082A
Text Example
Text Example
White with #32082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32082A; }
p { color: rgb(50,8,42); }
H1.HeaderClassName
{
color: #32082A;
}
.AnyTagClassName
{
color: #32082A;
}
</style>
background-color css
<style>
a { background-color: #32082A; }
a { background-color: rgb(50,8,42); }
div.DivClassName
{
background-color: #32082A;
}
.BgClassName
{
background-color: #32082A;
}
</style>
border-color css
<style>
span { border-color: #32082A; }
span { border-color: rgb(50,8,42); }
td.TdClassName
{
border-color: #32082A;
}
.TagClassName
{
border-color: #32082A;
}
</style>