Shades of Mardi Gras #400C38
Tints of Mardi Gras #400C38
RGB
CMYK
RGB Variations
Color information
#400C38 (or 0x400C38) is known color: Mardi Gras. HEX triplet: 40, 0C and 38. RGB value is (64,12,56). Sum of RGB (Red+Green+Blue) = 64+12+56=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #400C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C38 is #BFF3C7. Grayscale: #202020. Windows color (decimal): -12579784 or 3673152. OLE color: 3673152.
HSL color Cylindrical-coordinate representation of color #400C38: hue angle of 309.23º 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 #400C38 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 56 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.75 |
| HSL | 309.23º | 0.68% | 0.15% | - |
| HSV(B) | 309.23º | 0.81% | 0.25% | - |
| XYZ | 2.96 | 1.64 | 3.9 | - |
| YUV | 32.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 56 | 0 | 0.81 | 0.13 | 0.75 | 309.23 | 0.68 | 0.15 |
| Hex | 40 | C | 38 | 0 | 51 | D | 4B | 135 | 44 | F |
| Octal | 100 | 14 | 70 | 0 | 121 | 15 | 113 | 465 | 104 | 17 |
| Binary | 1000000 | 1100 | 111000 | 0 | 1010001 | 1101 | 1001011 | 100110101 | 1000100 | 1111 |
Color Harmonies of #400C38
Complementary color
Monochromatic Colors of #400C38
Black with #400C38
Text Example
Text Example
White with #400C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C38; }
p { color: rgb(64,12,56); }
H1.HeaderClassName
{
color: #400C38;
}
.AnyTagClassName
{
color: #400C38;
}
</style>
background-color css
<style>
a { background-color: #400C38; }
a { background-color: rgb(64,12,56); }
div.DivClassName
{
background-color: #400C38;
}
.BgClassName
{
background-color: #400C38;
}
</style>
border-color css
<style>
span { border-color: #400C38; }
span { border-color: rgb(64,12,56); }
td.TdClassName
{
border-color: #400C38;
}
.TagClassName
{
border-color: #400C38;
}
</style>