Shades of Mardi Gras #3D073D
Tints of Mardi Gras #3D073D
RGB
CMYK
RGB Variations
Color information
#3D073D (or 0x3D073D) is known color: Mardi Gras. HEX triplet: 3D, 07 and 3D. RGB value is (61,7,61). Sum of RGB (Red+Green+Blue) = 61+7+61=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D073D is #C2F8C2. Grayscale: #1D1D1D. Windows color (decimal): -12777667 or 3999549. OLE color: 3999549.
HSL color Cylindrical-coordinate representation of color #3D073D: hue angle of 300º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D073D is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 61 | - |
| CMYK | 0 | 0.89 | 0 | 0.76 |
| HSL | 300º | 0.79% | 0.13% | - |
| HSV(B) | 300º | 0.89% | 0.24% | - |
| XYZ | 2.84 | 1.48 | 4.55 | - |
| YUV | 29.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 61 | 0 | 0.89 | 0 | 0.76 | 300 | 0.79 | 0.13 |
| Hex | 3D | 7 | 3D | 0 | 59 | 0 | 4C | 12C | 4F | D |
| Octal | 75 | 7 | 75 | 0 | 131 | 0 | 114 | 454 | 117 | 15 |
| Binary | 111101 | 111 | 111101 | 0 | 1011001 | 0 | 1001100 | 100101100 | 1001111 | 1101 |
Color Harmonies of #3D073D
Complementary color
Monochromatic Colors of #3D073D
Black with #3D073D
Text Example
Text Example
White with #3D073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D073D; }
p { color: rgb(61,7,61); }
H1.HeaderClassName
{
color: #3D073D;
}
.AnyTagClassName
{
color: #3D073D;
}
</style>
background-color css
<style>
a { background-color: #3D073D; }
a { background-color: rgb(61,7,61); }
div.DivClassName
{
background-color: #3D073D;
}
.BgClassName
{
background-color: #3D073D;
}
</style>
border-color css
<style>
span { border-color: #3D073D; }
span { border-color: rgb(61,7,61); }
td.TdClassName
{
border-color: #3D073D;
}
.TagClassName
{
border-color: #3D073D;
}
</style>