Shades of Mardi Gras #3E083D
Tints of Mardi Gras #3E083D
RGB
CMYK
RGB Variations
Color information
#3E083D (or 0x3E083D) is known color: Mardi Gras. HEX triplet: 3E, 08 and 3D. RGB value is (62,8,61). Sum of RGB (Red+Green+Blue) = 62+8+61=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E083D is #C1F7C2. Grayscale: #1E1E1E. Windows color (decimal): -12711875 or 3999806. OLE color: 3999806.
HSL color Cylindrical-coordinate representation of color #3E083D: hue angle of 301.11º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E083D is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 61 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.76 |
| HSL | 301.11º | 0.77% | 0.14% | - |
| HSV(B) | 301.11º | 0.87% | 0.24% | - |
| XYZ | 2.92 | 1.53 | 4.56 | - |
| YUV | 30.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 61 | 0 | 0.87 | 0.02 | 0.76 | 301.11 | 0.77 | 0.14 |
| Hex | 3E | 8 | 3D | 0 | 57 | 2 | 4C | 12D | 4D | E |
| Octal | 76 | 10 | 75 | 0 | 127 | 2 | 114 | 455 | 115 | 16 |
| Binary | 111110 | 1000 | 111101 | 0 | 1010111 | 10 | 1001100 | 100101101 | 1001101 | 1110 |
Color Harmonies of #3E083D
Complementary color
Monochromatic Colors of #3E083D
Black with #3E083D
Text Example
Text Example
White with #3E083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E083D; }
p { color: rgb(62,8,61); }
H1.HeaderClassName
{
color: #3E083D;
}
.AnyTagClassName
{
color: #3E083D;
}
</style>
background-color css
<style>
a { background-color: #3E083D; }
a { background-color: rgb(62,8,61); }
div.DivClassName
{
background-color: #3E083D;
}
.BgClassName
{
background-color: #3E083D;
}
</style>
border-color css
<style>
span { border-color: #3E083D; }
span { border-color: rgb(62,8,61); }
td.TdClassName
{
border-color: #3E083D;
}
.TagClassName
{
border-color: #3E083D;
}
</style>