Shades of Mardi Gras #400243
Tints of Mardi Gras #400243
RGB
CMYK
RGB Variations
Color information
#400243 (or 0x400243) is known color: Mardi Gras. HEX triplet: 40, 02 and 43. RGB value is (64,2,67). Sum of RGB (Red+Green+Blue) = 64+2+67=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #400243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400243 is #BFFDBC. Grayscale: #1B1B1B. Windows color (decimal): -12582333 or 4391488. OLE color: 4391488.
HSL color Cylindrical-coordinate representation of color #400243: hue angle of 297.23º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400243 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 2 | 67 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.74 |
| HSL | 297.23º | 0.94% | 0.14% | - |
| HSV(B) | 297.23º | 0.97% | 0.26% | - |
| XYZ | 3.15 | 1.54 | 5.44 | - |
| YUV | 27.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 67 | 0.04 | 0.97 | 0 | 0.74 | 297.23 | 0.94 | 0.14 |
| Hex | 40 | 2 | 43 | 4 | 61 | 0 | 4A | 129 | 5E | E |
| Octal | 100 | 2 | 103 | 4 | 141 | 0 | 112 | 451 | 136 | 16 |
| Binary | 1000000 | 10 | 1000011 | 100 | 1100001 | 0 | 1001010 | 100101001 | 1011110 | 1110 |
Color Harmonies of #400243
Complementary color
Monochromatic Colors of #400243
Black with #400243
Text Example
Text Example
White with #400243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400243; }
p { color: rgb(64,2,67); }
H1.HeaderClassName
{
color: #400243;
}
.AnyTagClassName
{
color: #400243;
}
</style>
background-color css
<style>
a { background-color: #400243; }
a { background-color: rgb(64,2,67); }
div.DivClassName
{
background-color: #400243;
}
.BgClassName
{
background-color: #400243;
}
</style>
border-color css
<style>
span { border-color: #400243; }
span { border-color: rgb(64,2,67); }
td.TdClassName
{
border-color: #400243;
}
.TagClassName
{
border-color: #400243;
}
</style>