Shades of Mardi Gras #3E0D3D
Tints of Mardi Gras #3E0D3D
RGB
CMYK
RGB Variations
Color information
#3E0D3D (or 0x3E0D3D) is known color: Mardi Gras. HEX triplet: 3E, 0D and 3D. RGB value is (62,13,61). Sum of RGB (Red+Green+Blue) = 62+13+61=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D3D is #C1F2C2. Grayscale: #202020. Windows color (decimal): -12710595 or 4001086. OLE color: 4001086.
HSL color Cylindrical-coordinate representation of color #3E0D3D: hue angle of 301.22º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E0D3D is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 13 | 61 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.76 |
| HSL | 301.22º | 0.65% | 0.15% | - |
| HSV(B) | 301.22º | 0.79% | 0.24% | - |
| XYZ | 2.97 | 1.65 | 4.58 | - |
| YUV | 33.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 61 | 0 | 0.79 | 0.02 | 0.76 | 301.22 | 0.65 | 0.15 |
| Hex | 3E | D | 3D | 0 | 4F | 2 | 4C | 12D | 41 | F |
| Octal | 76 | 15 | 75 | 0 | 117 | 2 | 114 | 455 | 101 | 17 |
| Binary | 111110 | 1101 | 111101 | 0 | 1001111 | 10 | 1001100 | 100101101 | 1000001 | 1111 |
Color Harmonies of #3E0D3D
Complementary color
Monochromatic Colors of #3E0D3D
Black with #3E0D3D
Text Example
Text Example
White with #3E0D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D3D; }
p { color: rgb(62,13,61); }
H1.HeaderClassName
{
color: #3E0D3D;
}
.AnyTagClassName
{
color: #3E0D3D;
}
</style>
background-color css
<style>
a { background-color: #3E0D3D; }
a { background-color: rgb(62,13,61); }
div.DivClassName
{
background-color: #3E0D3D;
}
.BgClassName
{
background-color: #3E0D3D;
}
</style>
border-color css
<style>
span { border-color: #3E0D3D; }
span { border-color: rgb(62,13,61); }
td.TdClassName
{
border-color: #3E0D3D;
}
.TagClassName
{
border-color: #3E0D3D;
}
</style>