Shades of Mardi Gras #401448
Tints of Mardi Gras #401448
RGB
CMYK
RGB Variations
Color information
#401448 (or 0x401448) is known color: Mardi Gras. HEX triplet: 40, 14 and 48. RGB value is (64,20,72). Sum of RGB (Red+Green+Blue) = 64+20+72=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #401448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401448 is #BFEBB7. Grayscale: #262626. Windows color (decimal): -12577720 or 4723776. OLE color: 4723776.
HSL color Cylindrical-coordinate representation of color #401448: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401448 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 20 | 72 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.72 |
| HSL | 290.77º | 0.57% | 0.18% | - |
| HSV(B) | 290.77º | 0.72% | 0.28% | - |
| XYZ | 3.53 | 2.06 | 6.34 | - |
| YUV | 39.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 72 | 0.11 | 0.72 | 0 | 0.72 | 290.77 | 0.57 | 0.18 |
| Hex | 40 | 14 | 48 | B | 48 | 0 | 48 | 123 | 39 | 12 |
| Octal | 100 | 24 | 110 | 13 | 110 | 0 | 110 | 443 | 71 | 22 |
| Binary | 1000000 | 10100 | 1001000 | 1011 | 1001000 | 0 | 1001000 | 100100011 | 111001 | 10010 |
Color Harmonies of #401448
Complementary color
Monochromatic Colors of #401448
Black with #401448
Text Example
Text Example
White with #401448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401448; }
p { color: rgb(64,20,72); }
H1.HeaderClassName
{
color: #401448;
}
.AnyTagClassName
{
color: #401448;
}
</style>
background-color css
<style>
a { background-color: #401448; }
a { background-color: rgb(64,20,72); }
div.DivClassName
{
background-color: #401448;
}
.BgClassName
{
background-color: #401448;
}
</style>
border-color css
<style>
span { border-color: #401448; }
span { border-color: rgb(64,20,72); }
td.TdClassName
{
border-color: #401448;
}
.TagClassName
{
border-color: #401448;
}
</style>