Shades of Mardi Gras #400C39
Tints of Mardi Gras #400C39
RGB
CMYK
RGB Variations
Color information
#400C39 (or 0x400C39) is known color: Mardi Gras. HEX triplet: 40, 0C and 39. RGB value is (64,12,57). Sum of RGB (Red+Green+Blue) = 64+12+57=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #400C39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C39 is #BFF3C6. Grayscale: #202020. Windows color (decimal): -12579783 or 3738688. OLE color: 3738688.
HSL color Cylindrical-coordinate representation of color #400C39: hue angle of 308.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C39 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 57 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.75 |
| HSL | 308.08º | 0.68% | 0.15% | - |
| HSV(B) | 308.08º | 0.81% | 0.25% | - |
| XYZ | 2.98 | 1.65 | 4.03 | - |
| YUV | 32.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 57 | 0 | 0.81 | 0.11 | 0.75 | 308.08 | 0.68 | 0.15 |
| Hex | 40 | C | 39 | 0 | 51 | B | 4B | 134 | 44 | F |
| Octal | 100 | 14 | 71 | 0 | 121 | 13 | 113 | 464 | 104 | 17 |
| Binary | 1000000 | 1100 | 111001 | 0 | 1010001 | 1011 | 1001011 | 100110100 | 1000100 | 1111 |
Color Harmonies of #400C39
Complementary color
Monochromatic Colors of #400C39
Black with #400C39
Text Example
Text Example
White with #400C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C39; }
p { color: rgb(64,12,57); }
H1.HeaderClassName
{
color: #400C39;
}
.AnyTagClassName
{
color: #400C39;
}
</style>
background-color css
<style>
a { background-color: #400C39; }
a { background-color: rgb(64,12,57); }
div.DivClassName
{
background-color: #400C39;
}
.BgClassName
{
background-color: #400C39;
}
</style>
border-color css
<style>
span { border-color: #400C39; }
span { border-color: rgb(64,12,57); }
td.TdClassName
{
border-color: #400C39;
}
.TagClassName
{
border-color: #400C39;
}
</style>