Shades of Mardi Gras #400038
Tints of Mardi Gras #400038
RGB
CMYK
RGB Variations
Color information
#400038 (or 0x400038) is known color: Mardi Gras. HEX triplet: 40, 00 and 38. RGB value is (64,0,56). Sum of RGB (Red+Green+Blue) = 64+0+56=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #400038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400038 is #BFFFC7. Grayscale: #191919. Windows color (decimal): -12582856 or 3670080. OLE color: 3670080.
HSL color Cylindrical-coordinate representation of color #400038: hue angle of 307.5º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400038 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.13 | 0.75 |
| HSL | 307.5º | 1% | 0.13% | - |
| HSV(B) | 307.5º | 1% | 0.25% | - |
| XYZ | 2.83 | 1.38 | 3.86 | - |
| YUV | 25.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 56 | 0 | 1 | 0.13 | 0.75 | 307.5 | 1 | 0.13 |
| Hex | 40 | 0 | 38 | 0 | 64 | D | 4B | 134 | 64 | D |
| Octal | 100 | 0 | 70 | 0 | 144 | 15 | 113 | 464 | 144 | 15 |
| Binary | 1000000 | 0 | 111000 | 0 | 1100100 | 1101 | 1001011 | 100110100 | 1100100 | 1101 |
Color Harmonies of #400038
Complementary color
Monochromatic Colors of #400038
Black with #400038
Text Example
Text Example
White with #400038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400038; }
p { color: rgb(64,0,56); }
H1.HeaderClassName
{
color: #400038;
}
.AnyTagClassName
{
color: #400038;
}
</style>
background-color css
<style>
a { background-color: #400038; }
a { background-color: rgb(64,0,56); }
div.DivClassName
{
background-color: #400038;
}
.BgClassName
{
background-color: #400038;
}
</style>
border-color css
<style>
span { border-color: #400038; }
span { border-color: rgb(64,0,56); }
td.TdClassName
{
border-color: #400038;
}
.TagClassName
{
border-color: #400038;
}
</style>