Shades of Mardi Gras #3E093D
Tints of Mardi Gras #3E093D
RGB
CMYK
RGB Variations
Color information
#3E093D (or 0x3E093D) is known color: Mardi Gras. HEX triplet: 3E, 09 and 3D. RGB value is (62,9,61). Sum of RGB (Red+Green+Blue) = 62+9+61=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E093D is #C1F6C2. Grayscale: #1E1E1E. Windows color (decimal): -12711619 or 4000062. OLE color: 4000062.
HSL color Cylindrical-coordinate representation of color #3E093D: hue angle of 301.13º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E093D is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 61 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.76 |
| HSL | 301.13º | 0.75% | 0.14% | - |
| HSV(B) | 301.13º | 0.85% | 0.24% | - |
| XYZ | 2.93 | 1.56 | 4.56 | - |
| YUV | 30.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 61 | 0 | 0.85 | 0.02 | 0.76 | 301.13 | 0.75 | 0.14 |
| Hex | 3E | 9 | 3D | 0 | 55 | 2 | 4C | 12D | 4B | E |
| Octal | 76 | 11 | 75 | 0 | 125 | 2 | 114 | 455 | 113 | 16 |
| Binary | 111110 | 1001 | 111101 | 0 | 1010101 | 10 | 1001100 | 100101101 | 1001011 | 1110 |
Color Harmonies of #3E093D
Complementary color
Monochromatic Colors of #3E093D
Black with #3E093D
Text Example
Text Example
White with #3E093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E093D; }
p { color: rgb(62,9,61); }
H1.HeaderClassName
{
color: #3E093D;
}
.AnyTagClassName
{
color: #3E093D;
}
</style>
background-color css
<style>
a { background-color: #3E093D; }
a { background-color: rgb(62,9,61); }
div.DivClassName
{
background-color: #3E093D;
}
.BgClassName
{
background-color: #3E093D;
}
</style>
border-color css
<style>
span { border-color: #3E093D; }
span { border-color: rgb(62,9,61); }
td.TdClassName
{
border-color: #3E093D;
}
.TagClassName
{
border-color: #3E093D;
}
</style>