Shades of Mardi Gras #3D073C
Tints of Mardi Gras #3D073C
RGB
CMYK
RGB Variations
Color information
#3D073C (or 0x3D073C) is known color: Mardi Gras. HEX triplet: 3D, 07 and 3C. RGB value is (61,7,60). Sum of RGB (Red+Green+Blue) = 61+7+60=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D073C is #C2F8C3. Grayscale: #1D1D1D. Windows color (decimal): -12777668 or 3934013. OLE color: 3934013.
HSL color Cylindrical-coordinate representation of color #3D073C: hue angle of 301.11º 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 #3D073C is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 60 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.76 |
| HSL | 301.11º | 0.79% | 0.13% | - |
| HSV(B) | 301.11º | 0.89% | 0.24% | - |
| XYZ | 2.82 | 1.47 | 4.41 | - |
| YUV | 29.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 60 | 0 | 0.89 | 0.02 | 0.76 | 301.11 | 0.79 | 0.13 |
| Hex | 3D | 7 | 3C | 0 | 59 | 2 | 4C | 12D | 4F | D |
| Octal | 75 | 7 | 74 | 0 | 131 | 2 | 114 | 455 | 117 | 15 |
| Binary | 111101 | 111 | 111100 | 0 | 1011001 | 10 | 1001100 | 100101101 | 1001111 | 1101 |
Color Harmonies of #3D073C
Complementary color
Monochromatic Colors of #3D073C
Black with #3D073C
Text Example
Text Example
White with #3D073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D073C; }
p { color: rgb(61,7,60); }
H1.HeaderClassName
{
color: #3D073C;
}
.AnyTagClassName
{
color: #3D073C;
}
</style>
background-color css
<style>
a { background-color: #3D073C; }
a { background-color: rgb(61,7,60); }
div.DivClassName
{
background-color: #3D073C;
}
.BgClassName
{
background-color: #3D073C;
}
</style>
border-color css
<style>
span { border-color: #3D073C; }
span { border-color: rgb(61,7,60); }
td.TdClassName
{
border-color: #3D073C;
}
.TagClassName
{
border-color: #3D073C;
}
</style>