Shades of Mardi Gras #401C3B
Tints of Mardi Gras #401C3B
RGB
CMYK
RGB Variations
Color information
#401C3B (or 0x401C3B) is known color: Mardi Gras. HEX triplet: 40, 1C and 3B. RGB value is (64,28,59). Sum of RGB (Red+Green+Blue) = 64+28+59=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #401C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C3B is #BFE3C4. Grayscale: #2A2A2A. Windows color (decimal): -12575685 or 3873856. OLE color: 3873856.
HSL color Cylindrical-coordinate representation of color #401C3B: hue angle of 308.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C3B is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 59 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.75 |
| HSL | 308.33º | 0.39% | 0.18% | - |
| HSV(B) | 308.33º | 0.56% | 0.25% | - |
| XYZ | 3.32 | 2.24 | 4.39 | - |
| YUV | 42.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 59 | 0 | 0.56 | 0.08 | 0.75 | 308.33 | 0.39 | 0.18 |
| Hex | 40 | 1C | 3B | 0 | 38 | 8 | 4B | 134 | 27 | 12 |
| Octal | 100 | 34 | 73 | 0 | 70 | 10 | 113 | 464 | 47 | 22 |
| Binary | 1000000 | 11100 | 111011 | 0 | 111000 | 1000 | 1001011 | 100110100 | 100111 | 10010 |
Color Harmonies of #401C3B
Complementary color
Monochromatic Colors of #401C3B
Black with #401C3B
Text Example
Text Example
White with #401C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C3B; }
p { color: rgb(64,28,59); }
H1.HeaderClassName
{
color: #401C3B;
}
.AnyTagClassName
{
color: #401C3B;
}
</style>
background-color css
<style>
a { background-color: #401C3B; }
a { background-color: rgb(64,28,59); }
div.DivClassName
{
background-color: #401C3B;
}
.BgClassName
{
background-color: #401C3B;
}
</style>
border-color css
<style>
span { border-color: #401C3B; }
span { border-color: rgb(64,28,59); }
td.TdClassName
{
border-color: #401C3B;
}
.TagClassName
{
border-color: #401C3B;
}
</style>