Shades of Mardi Gras #40103D
Tints of Mardi Gras #40103D
RGB
CMYK
RGB Variations
Color information
#40103D (or 0x40103D) is known color: Mardi Gras. HEX triplet: 40, 10 and 3D. RGB value is (64,16,61). Sum of RGB (Red+Green+Blue) = 64+16+61=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40103D is #BFEFC2. Grayscale: #232323. Windows color (decimal): -12578755 or 4001856. OLE color: 4001856.
HSL color Cylindrical-coordinate representation of color #40103D: hue angle of 303.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40103D is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 61 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.75 |
| HSL | 303.75º | 0.6% | 0.16% | - |
| HSV(B) | 303.75º | 0.75% | 0.25% | - |
| XYZ | 3.14 | 1.8 | 4.6 | - |
| YUV | 35.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 61 | 0 | 0.75 | 0.05 | 0.75 | 303.75 | 0.6 | 0.16 |
| Hex | 40 | 10 | 3D | 0 | 4B | 5 | 4B | 130 | 3C | 10 |
| Octal | 100 | 20 | 75 | 0 | 113 | 5 | 113 | 460 | 74 | 20 |
| Binary | 1000000 | 10000 | 111101 | 0 | 1001011 | 101 | 1001011 | 100110000 | 111100 | 10000 |
Color Harmonies of #40103D
Complementary color
Monochromatic Colors of #40103D
Black with #40103D
Text Example
Text Example
White with #40103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40103D; }
p { color: rgb(64,16,61); }
H1.HeaderClassName
{
color: #40103D;
}
.AnyTagClassName
{
color: #40103D;
}
</style>
background-color css
<style>
a { background-color: #40103D; }
a { background-color: rgb(64,16,61); }
div.DivClassName
{
background-color: #40103D;
}
.BgClassName
{
background-color: #40103D;
}
</style>
border-color css
<style>
span { border-color: #40103D; }
span { border-color: rgb(64,16,61); }
td.TdClassName
{
border-color: #40103D;
}
.TagClassName
{
border-color: #40103D;
}
</style>