Shades of Mardi Gras #3D1437
Tints of Mardi Gras #3D1437
RGB
CMYK
RGB Variations
Color information
#3D1437 (or 0x3D1437) is known color: Mardi Gras. HEX triplet: 3D, 14 and 37. RGB value is (61,20,55). Sum of RGB (Red+Green+Blue) = 61+20+55=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1437 is #C2EBC8. Grayscale: #242424. Windows color (decimal): -12774345 or 3609661. OLE color: 3609661.
HSL color Cylindrical-coordinate representation of color #3D1437: hue angle of 308.78º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1437 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 55 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.76 |
| HSL | 308.78º | 0.51% | 0.16% | - |
| HSV(B) | 308.78º | 0.67% | 0.24% | - |
| XYZ | 2.86 | 1.77 | 3.8 | - |
| YUV | 36.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 55 | 0 | 0.67 | 0.10 | 0.76 | 308.78 | 0.51 | 0.16 |
| Hex | 3D | 14 | 37 | 0 | 43 | A | 4C | 135 | 33 | 10 |
| Octal | 75 | 24 | 67 | 0 | 103 | 12 | 114 | 465 | 63 | 20 |
| Binary | 111101 | 10100 | 110111 | 0 | 1000011 | 1010 | 1001100 | 100110101 | 110011 | 10000 |
Color Harmonies of #3D1437
Complementary color
Monochromatic Colors of #3D1437
Black with #3D1437
Text Example
Text Example
White with #3D1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1437; }
p { color: rgb(61,20,55); }
H1.HeaderClassName
{
color: #3D1437;
}
.AnyTagClassName
{
color: #3D1437;
}
</style>
background-color css
<style>
a { background-color: #3D1437; }
a { background-color: rgb(61,20,55); }
div.DivClassName
{
background-color: #3D1437;
}
.BgClassName
{
background-color: #3D1437;
}
</style>
border-color css
<style>
span { border-color: #3D1437; }
span { border-color: rgb(61,20,55); }
td.TdClassName
{
border-color: #3D1437;
}
.TagClassName
{
border-color: #3D1437;
}
</style>