Shades of Mardi Gras #3D0937
Tints of Mardi Gras #3D0937
RGB
CMYK
RGB Variations
Color information
#3D0937 (or 0x3D0937) is known color: Mardi Gras. HEX triplet: 3D, 09 and 37. RGB value is (61,9,55). Sum of RGB (Red+Green+Blue) = 61+9+55=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0937 is #C2F6C8. Grayscale: #1D1D1D. Windows color (decimal): -12777161 or 3606845. OLE color: 3606845.
HSL color Cylindrical-coordinate representation of color #3D0937: hue angle of 306.92º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D0937 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 55 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.76 |
| HSL | 306.92º | 0.74% | 0.14% | - |
| HSV(B) | 306.92º | 0.85% | 0.24% | - |
| XYZ | 2.71 | 1.46 | 3.75 | - |
| YUV | 29.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 55 | 0 | 0.85 | 0.10 | 0.76 | 306.92 | 0.74 | 0.14 |
| Hex | 3D | 9 | 37 | 0 | 55 | A | 4C | 133 | 4A | E |
| Octal | 75 | 11 | 67 | 0 | 125 | 12 | 114 | 463 | 112 | 16 |
| Binary | 111101 | 1001 | 110111 | 0 | 1010101 | 1010 | 1001100 | 100110011 | 1001010 | 1110 |
Color Harmonies of #3D0937
Complementary color
Monochromatic Colors of #3D0937
Black with #3D0937
Text Example
Text Example
White with #3D0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0937; }
p { color: rgb(61,9,55); }
H1.HeaderClassName
{
color: #3D0937;
}
.AnyTagClassName
{
color: #3D0937;
}
</style>
background-color css
<style>
a { background-color: #3D0937; }
a { background-color: rgb(61,9,55); }
div.DivClassName
{
background-color: #3D0937;
}
.BgClassName
{
background-color: #3D0937;
}
</style>
border-color css
<style>
span { border-color: #3D0937; }
span { border-color: rgb(61,9,55); }
td.TdClassName
{
border-color: #3D0937;
}
.TagClassName
{
border-color: #3D0937;
}
</style>