Shades of Mardi Gras #3D1137
Tints of Mardi Gras #3D1137
RGB
CMYK
RGB Variations
Color information
#3D1137 (or 0x3D1137) is known color: Mardi Gras. HEX triplet: 3D, 11 and 37. RGB value is (61,17,55). Sum of RGB (Red+Green+Blue) = 61+17+55=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1137 is #C2EEC8. Grayscale: #222222. Windows color (decimal): -12775113 or 3608893. OLE color: 3608893.
HSL color Cylindrical-coordinate representation of color #3D1137: hue angle of 308.18º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1137 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 55 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.76 |
| HSL | 308.18º | 0.56% | 0.15% | - |
| HSV(B) | 308.18º | 0.72% | 0.24% | - |
| XYZ | 2.81 | 1.67 | 3.79 | - |
| YUV | 34.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 55 | 0 | 0.72 | 0.10 | 0.76 | 308.18 | 0.56 | 0.15 |
| Hex | 3D | 11 | 37 | 0 | 48 | A | 4C | 134 | 38 | F |
| Octal | 75 | 21 | 67 | 0 | 110 | 12 | 114 | 464 | 70 | 17 |
| Binary | 111101 | 10001 | 110111 | 0 | 1001000 | 1010 | 1001100 | 100110100 | 111000 | 1111 |
Color Harmonies of #3D1137
Complementary color
Monochromatic Colors of #3D1137
Black with #3D1137
Text Example
Text Example
White with #3D1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1137; }
p { color: rgb(61,17,55); }
H1.HeaderClassName
{
color: #3D1137;
}
.AnyTagClassName
{
color: #3D1137;
}
</style>
background-color css
<style>
a { background-color: #3D1137; }
a { background-color: rgb(61,17,55); }
div.DivClassName
{
background-color: #3D1137;
}
.BgClassName
{
background-color: #3D1137;
}
</style>
border-color css
<style>
span { border-color: #3D1137; }
span { border-color: rgb(61,17,55); }
td.TdClassName
{
border-color: #3D1137;
}
.TagClassName
{
border-color: #3D1137;
}
</style>