Shades of Mardi Gras #400D38
Tints of Mardi Gras #400D38
RGB
CMYK
RGB Variations
Color information
#400D38 (or 0x400D38) is known color: Mardi Gras. HEX triplet: 40, 0D and 38. RGB value is (64,13,56). Sum of RGB (Red+Green+Blue) = 64+13+56=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #400D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D38 is #BFF2C7. Grayscale: #212121. Windows color (decimal): -12579528 or 3673408. OLE color: 3673408.
HSL color Cylindrical-coordinate representation of color #400D38: hue angle of 309.41º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D38 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 56 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.75 |
| HSL | 309.41º | 0.66% | 0.15% | - |
| HSV(B) | 309.41º | 0.8% | 0.25% | - |
| XYZ | 2.97 | 1.66 | 3.91 | - |
| YUV | 33.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 56 | 0 | 0.80 | 0.13 | 0.75 | 309.41 | 0.66 | 0.15 |
| Hex | 40 | D | 38 | 0 | 50 | D | 4B | 135 | 42 | F |
| Octal | 100 | 15 | 70 | 0 | 120 | 15 | 113 | 465 | 102 | 17 |
| Binary | 1000000 | 1101 | 111000 | 0 | 1010000 | 1101 | 1001011 | 100110101 | 1000010 | 1111 |
Color Harmonies of #400D38
Complementary color
Monochromatic Colors of #400D38
Black with #400D38
Text Example
Text Example
White with #400D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D38; }
p { color: rgb(64,13,56); }
H1.HeaderClassName
{
color: #400D38;
}
.AnyTagClassName
{
color: #400D38;
}
</style>
background-color css
<style>
a { background-color: #400D38; }
a { background-color: rgb(64,13,56); }
div.DivClassName
{
background-color: #400D38;
}
.BgClassName
{
background-color: #400D38;
}
</style>
border-color css
<style>
span { border-color: #400D38; }
span { border-color: rgb(64,13,56); }
td.TdClassName
{
border-color: #400D38;
}
.TagClassName
{
border-color: #400D38;
}
</style>