Shades of Mardi Gras #3D0541
Tints of Mardi Gras #3D0541
RGB
CMYK
RGB Variations
Color information
#3D0541 (or 0x3D0541) is known color: Mardi Gras. HEX triplet: 3D, 05 and 41. RGB value is (61,5,65). Sum of RGB (Red+Green+Blue) = 61+5+65=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D0541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0541 is #C2FABE. Grayscale: #1C1C1C. Windows color (decimal): -12778175 or 4261181. OLE color: 4261181.
HSL color Cylindrical-coordinate representation of color #3D0541: hue angle of 296º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0541 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 5 | 65 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.75 |
| HSL | 296º | 0.86% | 0.14% | - |
| HSV(B) | 296º | 0.92% | 0.25% | - |
| XYZ | 2.93 | 1.48 | 5.13 | - |
| YUV | 28.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 65 | 0.06 | 0.92 | 0 | 0.75 | 296 | 0.86 | 0.14 |
| Hex | 3D | 5 | 41 | 6 | 5C | 0 | 4B | 128 | 56 | E |
| Octal | 75 | 5 | 101 | 6 | 134 | 0 | 113 | 450 | 126 | 16 |
| Binary | 111101 | 101 | 1000001 | 110 | 1011100 | 0 | 1001011 | 100101000 | 1010110 | 1110 |
Color Harmonies of #3D0541
Complementary color
Monochromatic Colors of #3D0541
Black with #3D0541
Text Example
Text Example
White with #3D0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0541; }
p { color: rgb(61,5,65); }
H1.HeaderClassName
{
color: #3D0541;
}
.AnyTagClassName
{
color: #3D0541;
}
</style>
background-color css
<style>
a { background-color: #3D0541; }
a { background-color: rgb(61,5,65); }
div.DivClassName
{
background-color: #3D0541;
}
.BgClassName
{
background-color: #3D0541;
}
</style>
border-color css
<style>
span { border-color: #3D0541; }
span { border-color: rgb(61,5,65); }
td.TdClassName
{
border-color: #3D0541;
}
.TagClassName
{
border-color: #3D0541;
}
</style>