Shades of Mardi Gras #421D40
Tints of Mardi Gras #421D40
RGB
CMYK
RGB Variations
Color information
#421D40 (or 0x421D40) is known color: Mardi Gras. HEX triplet: 42, 1D and 40. RGB value is (66,29,64). Sum of RGB (Red+Green+Blue) = 66+29+64=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #421D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D40 is #BDE2BF. Grayscale: #2B2B2B. Windows color (decimal): -12444352 or 4201794. OLE color: 4201794.
HSL color Cylindrical-coordinate representation of color #421D40: hue angle of 303.24º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D40 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 64 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.74 |
| HSL | 303.24º | 0.39% | 0.19% | - |
| HSV(B) | 303.24º | 0.56% | 0.26% | - |
| XYZ | 3.61 | 2.41 | 5.12 | - |
| YUV | 44.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 64 | 0 | 0.56 | 0.03 | 0.74 | 303.24 | 0.39 | 0.19 |
| Hex | 42 | 1D | 40 | 0 | 38 | 3 | 4A | 12F | 27 | 13 |
| Octal | 102 | 35 | 100 | 0 | 70 | 3 | 112 | 457 | 47 | 23 |
| Binary | 1000010 | 11101 | 1000000 | 0 | 111000 | 11 | 1001010 | 100101111 | 100111 | 10011 |
Color Harmonies of #421D40
Complementary color
Monochromatic Colors of #421D40
Black with #421D40
Text Example
Text Example
White with #421D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D40; }
p { color: rgb(66,29,64); }
H1.HeaderClassName
{
color: #421D40;
}
.AnyTagClassName
{
color: #421D40;
}
</style>
background-color css
<style>
a { background-color: #421D40; }
a { background-color: rgb(66,29,64); }
div.DivClassName
{
background-color: #421D40;
}
.BgClassName
{
background-color: #421D40;
}
</style>
border-color css
<style>
span { border-color: #421D40; }
span { border-color: rgb(66,29,64); }
td.TdClassName
{
border-color: #421D40;
}
.TagClassName
{
border-color: #421D40;
}
</style>