Shades of Mardi Gras #3D0538
Tints of Mardi Gras #3D0538
RGB
CMYK
RGB Variations
Color information
#3D0538 (or 0x3D0538) is known color: Mardi Gras. HEX triplet: 3D, 05 and 38. RGB value is (61,5,56). Sum of RGB (Red+Green+Blue) = 61+5+56=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0538 is #C2FAC7. Grayscale: #1B1B1B. Windows color (decimal): -12778184 or 3671357. OLE color: 3671357.
HSL color Cylindrical-coordinate representation of color #3D0538: hue angle of 305.36º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0538 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 5 | 56 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.76 |
| HSL | 305.36º | 0.85% | 0.13% | - |
| HSV(B) | 305.36º | 0.92% | 0.24% | - |
| XYZ | 2.69 | 1.39 | 3.87 | - |
| YUV | 27.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 56 | 0 | 0.92 | 0.08 | 0.76 | 305.36 | 0.85 | 0.13 |
| Hex | 3D | 5 | 38 | 0 | 5C | 8 | 4C | 131 | 55 | D |
| Octal | 75 | 5 | 70 | 0 | 134 | 10 | 114 | 461 | 125 | 15 |
| Binary | 111101 | 101 | 111000 | 0 | 1011100 | 1000 | 1001100 | 100110001 | 1010101 | 1101 |
Color Harmonies of #3D0538
Complementary color
Monochromatic Colors of #3D0538
Black with #3D0538
Text Example
Text Example
White with #3D0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0538; }
p { color: rgb(61,5,56); }
H1.HeaderClassName
{
color: #3D0538;
}
.AnyTagClassName
{
color: #3D0538;
}
</style>
background-color css
<style>
a { background-color: #3D0538; }
a { background-color: rgb(61,5,56); }
div.DivClassName
{
background-color: #3D0538;
}
.BgClassName
{
background-color: #3D0538;
}
</style>
border-color css
<style>
span { border-color: #3D0538; }
span { border-color: rgb(61,5,56); }
td.TdClassName
{
border-color: #3D0538;
}
.TagClassName
{
border-color: #3D0538;
}
</style>