Shades of Mardi Gras #400A3B
Tints of Mardi Gras #400A3B
RGB
CMYK
RGB Variations
Color information
#400A3B (or 0x400A3B) is known color: Mardi Gras. HEX triplet: 40, 0A and 3B. RGB value is (64,10,59). Sum of RGB (Red+Green+Blue) = 64+10+59=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #400A3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A3B is #BFF5C4. Grayscale: #1F1F1F. Windows color (decimal): -12580293 or 3869248. OLE color: 3869248.
HSL color Cylindrical-coordinate representation of color #400A3B: hue angle of 305.56º 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 #400A3B is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 59 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.75 |
| HSL | 305.56º | 0.73% | 0.15% | - |
| HSV(B) | 305.56º | 0.84% | 0.25% | - |
| XYZ | 3.01 | 1.62 | 4.29 | - |
| YUV | 31.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 59 | 0 | 0.84 | 0.08 | 0.75 | 305.56 | 0.73 | 0.15 |
| Hex | 40 | A | 3B | 0 | 54 | 8 | 4B | 132 | 49 | F |
| Octal | 100 | 12 | 73 | 0 | 124 | 10 | 113 | 462 | 111 | 17 |
| Binary | 1000000 | 1010 | 111011 | 0 | 1010100 | 1000 | 1001011 | 100110010 | 1001001 | 1111 |
Color Harmonies of #400A3B
Complementary color
Monochromatic Colors of #400A3B
Black with #400A3B
Text Example
Text Example
White with #400A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A3B; }
p { color: rgb(64,10,59); }
H1.HeaderClassName
{
color: #400A3B;
}
.AnyTagClassName
{
color: #400A3B;
}
</style>
background-color css
<style>
a { background-color: #400A3B; }
a { background-color: rgb(64,10,59); }
div.DivClassName
{
background-color: #400A3B;
}
.BgClassName
{
background-color: #400A3B;
}
</style>
border-color css
<style>
span { border-color: #400A3B; }
span { border-color: rgb(64,10,59); }
td.TdClassName
{
border-color: #400A3B;
}
.TagClassName
{
border-color: #400A3B;
}
</style>