Shades of Mardi Gras #3E0436
Tints of Mardi Gras #3E0436
RGB
CMYK
RGB Variations
Color information
#3E0436 (or 0x3E0436) is known color: Mardi Gras. HEX triplet: 3E, 04 and 36. RGB value is (62,4,54). Sum of RGB (Red+Green+Blue) = 62+4+54=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0436 is #C1FBC9. Grayscale: #1A1A1A. Windows color (decimal): -12712906 or 3540030. OLE color: 3540030.
HSL color Cylindrical-coordinate representation of color #3E0436: hue angle of 308.28º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0436 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 54 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.76 |
| HSL | 308.28º | 0.88% | 0.13% | - |
| HSV(B) | 308.28º | 0.94% | 0.24% | - |
| XYZ | 2.7 | 1.38 | 3.61 | - |
| YUV | 27.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 54 | 0 | 0.94 | 0.13 | 0.76 | 308.28 | 0.88 | 0.13 |
| Hex | 3E | 4 | 36 | 0 | 5E | D | 4C | 134 | 58 | D |
| Octal | 76 | 4 | 66 | 0 | 136 | 15 | 114 | 464 | 130 | 15 |
| Binary | 111110 | 100 | 110110 | 0 | 1011110 | 1101 | 1001100 | 100110100 | 1011000 | 1101 |
Color Harmonies of #3E0436
Complementary color
Monochromatic Colors of #3E0436
Black with #3E0436
Text Example
Text Example
White with #3E0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0436; }
p { color: rgb(62,4,54); }
H1.HeaderClassName
{
color: #3E0436;
}
.AnyTagClassName
{
color: #3E0436;
}
</style>
background-color css
<style>
a { background-color: #3E0436; }
a { background-color: rgb(62,4,54); }
div.DivClassName
{
background-color: #3E0436;
}
.BgClassName
{
background-color: #3E0436;
}
</style>
border-color css
<style>
span { border-color: #3E0436; }
span { border-color: rgb(62,4,54); }
td.TdClassName
{
border-color: #3E0436;
}
.TagClassName
{
border-color: #3E0436;
}
</style>