Shades of Mardi Gras #3D073A
Tints of Mardi Gras #3D073A
RGB
CMYK
RGB Variations
Color information
#3D073A (or 0x3D073A) is known color: Mardi Gras. HEX triplet: 3D, 07 and 3A. RGB value is (61,7,58). Sum of RGB (Red+Green+Blue) = 61+7+58=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D073A is #C2F8C5. Grayscale: #1C1C1C. Windows color (decimal): -12777670 or 3802941. OLE color: 3802941.
HSL color Cylindrical-coordinate representation of color #3D073A: hue angle of 303.33º 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 #3D073A is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 58 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.76 |
| HSL | 303.33º | 0.79% | 0.13% | - |
| HSV(B) | 303.33º | 0.89% | 0.24% | - |
| XYZ | 2.76 | 1.45 | 4.14 | - |
| YUV | 28.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 58 | 0 | 0.89 | 0.05 | 0.76 | 303.33 | 0.79 | 0.13 |
| Hex | 3D | 7 | 3A | 0 | 59 | 5 | 4C | 12F | 4F | D |
| Octal | 75 | 7 | 72 | 0 | 131 | 5 | 114 | 457 | 117 | 15 |
| Binary | 111101 | 111 | 111010 | 0 | 1011001 | 101 | 1001100 | 100101111 | 1001111 | 1101 |
Color Harmonies of #3D073A
Complementary color
Monochromatic Colors of #3D073A
Black with #3D073A
Text Example
Text Example
White with #3D073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D073A; }
p { color: rgb(61,7,58); }
H1.HeaderClassName
{
color: #3D073A;
}
.AnyTagClassName
{
color: #3D073A;
}
</style>
background-color css
<style>
a { background-color: #3D073A; }
a { background-color: rgb(61,7,58); }
div.DivClassName
{
background-color: #3D073A;
}
.BgClassName
{
background-color: #3D073A;
}
</style>
border-color css
<style>
span { border-color: #3D073A; }
span { border-color: rgb(61,7,58); }
td.TdClassName
{
border-color: #3D073A;
}
.TagClassName
{
border-color: #3D073A;
}
</style>