Shades of Mardi Gras #3E053A
Tints of Mardi Gras #3E053A
RGB
CMYK
RGB Variations
Color information
#3E053A (or 0x3E053A) is known color: Mardi Gras. HEX triplet: 3E, 05 and 3A. RGB value is (62,5,58). Sum of RGB (Red+Green+Blue) = 62+5+58=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E053A is #C1FAC5. Grayscale: #1B1B1B. Windows color (decimal): -12712646 or 3802430. OLE color: 3802430.
HSL color Cylindrical-coordinate representation of color #3E053A: hue angle of 304.21º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E053A is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 5 | 58 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.76 |
| HSL | 304.21º | 0.85% | 0.13% | - |
| HSV(B) | 304.21º | 0.92% | 0.24% | - |
| XYZ | 2.8 | 1.44 | 4.13 | - |
| YUV | 28.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 58 | 0 | 0.92 | 0.06 | 0.76 | 304.21 | 0.85 | 0.13 |
| Hex | 3E | 5 | 3A | 0 | 5C | 6 | 4C | 130 | 55 | D |
| Octal | 76 | 5 | 72 | 0 | 134 | 6 | 114 | 460 | 125 | 15 |
| Binary | 111110 | 101 | 111010 | 0 | 1011100 | 110 | 1001100 | 100110000 | 1010101 | 1101 |
Color Harmonies of #3E053A
Complementary color
Monochromatic Colors of #3E053A
Black with #3E053A
Text Example
Text Example
White with #3E053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E053A; }
p { color: rgb(62,5,58); }
H1.HeaderClassName
{
color: #3E053A;
}
.AnyTagClassName
{
color: #3E053A;
}
</style>
background-color css
<style>
a { background-color: #3E053A; }
a { background-color: rgb(62,5,58); }
div.DivClassName
{
background-color: #3E053A;
}
.BgClassName
{
background-color: #3E053A;
}
</style>
border-color css
<style>
span { border-color: #3E053A; }
span { border-color: rgb(62,5,58); }
td.TdClassName
{
border-color: #3E053A;
}
.TagClassName
{
border-color: #3E053A;
}
</style>