Shades of Mardi Gras #3D1536
Tints of Mardi Gras #3D1536
RGB
CMYK
RGB Variations
Color information
#3D1536 (or 0x3D1536) is known color: Mardi Gras. HEX triplet: 3D, 15 and 36. RGB value is (61,21,54). Sum of RGB (Red+Green+Blue) = 61+21+54=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1536 is #C2EAC9. Grayscale: #242424. Windows color (decimal): -12774090 or 3544381. OLE color: 3544381.
HSL color Cylindrical-coordinate representation of color #3D1536: hue angle of 310.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D1536 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 54 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.76 |
| HSL | 310.5º | 0.49% | 0.16% | - |
| HSV(B) | 310.5º | 0.66% | 0.24% | - |
| XYZ | 2.86 | 1.79 | 3.69 | - |
| YUV | 36.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 54 | 0 | 0.66 | 0.11 | 0.76 | 310.5 | 0.49 | 0.16 |
| Hex | 3D | 15 | 36 | 0 | 42 | B | 4C | 136 | 31 | 10 |
| Octal | 75 | 25 | 66 | 0 | 102 | 13 | 114 | 466 | 61 | 20 |
| Binary | 111101 | 10101 | 110110 | 0 | 1000010 | 1011 | 1001100 | 100110110 | 110001 | 10000 |
Color Harmonies of #3D1536
Complementary color
Monochromatic Colors of #3D1536
Black with #3D1536
Text Example
Text Example
White with #3D1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1536; }
p { color: rgb(61,21,54); }
H1.HeaderClassName
{
color: #3D1536;
}
.AnyTagClassName
{
color: #3D1536;
}
</style>
background-color css
<style>
a { background-color: #3D1536; }
a { background-color: rgb(61,21,54); }
div.DivClassName
{
background-color: #3D1536;
}
.BgClassName
{
background-color: #3D1536;
}
</style>
border-color css
<style>
span { border-color: #3D1536; }
span { border-color: rgb(61,21,54); }
td.TdClassName
{
border-color: #3D1536;
}
.TagClassName
{
border-color: #3D1536;
}
</style>