Shades of Mardi Gras #400A38
Tints of Mardi Gras #400A38
RGB
CMYK
RGB Variations
Color information
#400A38 (or 0x400A38) is known color: Mardi Gras. HEX triplet: 40, 0A and 38. RGB value is (64,10,56). Sum of RGB (Red+Green+Blue) = 64+10+56=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #400A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A38 is #BFF5C7. Grayscale: #1F1F1F. Windows color (decimal): -12580296 or 3672640. OLE color: 3672640.
HSL color Cylindrical-coordinate representation of color #400A38: hue angle of 308.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A38 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 56 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.75 |
| HSL | 308.89º | 0.73% | 0.15% | - |
| HSV(B) | 308.89º | 0.84% | 0.25% | - |
| XYZ | 2.94 | 1.59 | 3.89 | - |
| YUV | 31.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 56 | 0 | 0.84 | 0.13 | 0.75 | 308.89 | 0.73 | 0.15 |
| Hex | 40 | A | 38 | 0 | 54 | D | 4B | 135 | 49 | F |
| Octal | 100 | 12 | 70 | 0 | 124 | 15 | 113 | 465 | 111 | 17 |
| Binary | 1000000 | 1010 | 111000 | 0 | 1010100 | 1101 | 1001011 | 100110101 | 1001001 | 1111 |
Color Harmonies of #400A38
Complementary color
Monochromatic Colors of #400A38
Black with #400A38
Text Example
Text Example
White with #400A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A38; }
p { color: rgb(64,10,56); }
H1.HeaderClassName
{
color: #400A38;
}
.AnyTagClassName
{
color: #400A38;
}
</style>
background-color css
<style>
a { background-color: #400A38; }
a { background-color: rgb(64,10,56); }
div.DivClassName
{
background-color: #400A38;
}
.BgClassName
{
background-color: #400A38;
}
</style>
border-color css
<style>
span { border-color: #400A38; }
span { border-color: rgb(64,10,56); }
td.TdClassName
{
border-color: #400A38;
}
.TagClassName
{
border-color: #400A38;
}
</style>