Shades of Mardi Gras #3E193D
Tints of Mardi Gras #3E193D
RGB
CMYK
RGB Variations
Color information
#3E193D (or 0x3E193D) is known color: Mardi Gras. HEX triplet: 3E, 19 and 3D. RGB value is (62,25,61). Sum of RGB (Red+Green+Blue) = 62+25+61=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E193D is #C1E6C2. Grayscale: #282828. Windows color (decimal): -12707523 or 4004158. OLE color: 4004158.
HSL color Cylindrical-coordinate representation of color #3E193D: hue angle of 301.62º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E193D is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 61 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.76 |
| HSL | 301.62º | 0.43% | 0.17% | - |
| HSV(B) | 301.62º | 0.6% | 0.24% | - |
| XYZ | 3.18 | 2.06 | 4.64 | - |
| YUV | 40.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 61 | 0 | 0.60 | 0.02 | 0.76 | 301.62 | 0.43 | 0.17 |
| Hex | 3E | 19 | 3D | 0 | 3C | 2 | 4C | 12E | 2B | 11 |
| Octal | 76 | 31 | 75 | 0 | 74 | 2 | 114 | 456 | 53 | 21 |
| Binary | 111110 | 11001 | 111101 | 0 | 111100 | 10 | 1001100 | 100101110 | 101011 | 10001 |
Color Harmonies of #3E193D
Complementary color
Monochromatic Colors of #3E193D
Black with #3E193D
Text Example
Text Example
White with #3E193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E193D; }
p { color: rgb(62,25,61); }
H1.HeaderClassName
{
color: #3E193D;
}
.AnyTagClassName
{
color: #3E193D;
}
</style>
background-color css
<style>
a { background-color: #3E193D; }
a { background-color: rgb(62,25,61); }
div.DivClassName
{
background-color: #3E193D;
}
.BgClassName
{
background-color: #3E193D;
}
</style>
border-color css
<style>
span { border-color: #3E193D; }
span { border-color: rgb(62,25,61); }
td.TdClassName
{
border-color: #3E193D;
}
.TagClassName
{
border-color: #3E193D;
}
</style>