Shades of Mardi Gras #421D45
Tints of Mardi Gras #421D45
RGB
CMYK
RGB Variations
Color information
#421D45 (or 0x421D45) is known color: Mardi Gras. HEX triplet: 42, 1D and 45. RGB value is (66,29,69). Sum of RGB (Red+Green+Blue) = 66+29+69=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #421D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D45 is #BDE2BA. Grayscale: #2C2C2C. Windows color (decimal): -12444347 or 4529474. OLE color: 4529474.
HSL color Cylindrical-coordinate representation of color #421D45: hue angle of 295.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421D45 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 29 | 69 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.73 |
| HSL | 295.5º | 0.41% | 0.19% | - |
| HSV(B) | 295.5º | 0.58% | 0.27% | - |
| XYZ | 3.76 | 2.47 | 5.91 | - |
| YUV | 44.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 69 | 0.04 | 0.58 | 0 | 0.73 | 295.5 | 0.41 | 0.19 |
| Hex | 42 | 1D | 45 | 4 | 3A | 0 | 49 | 128 | 29 | 13 |
| Octal | 102 | 35 | 105 | 4 | 72 | 0 | 111 | 450 | 51 | 23 |
| Binary | 1000010 | 11101 | 1000101 | 100 | 111010 | 0 | 1001001 | 100101000 | 101001 | 10011 |
Color Harmonies of #421D45
Complementary color
Monochromatic Colors of #421D45
Black with #421D45
Text Example
Text Example
White with #421D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D45; }
p { color: rgb(66,29,69); }
H1.HeaderClassName
{
color: #421D45;
}
.AnyTagClassName
{
color: #421D45;
}
</style>
background-color css
<style>
a { background-color: #421D45; }
a { background-color: rgb(66,29,69); }
div.DivClassName
{
background-color: #421D45;
}
.BgClassName
{
background-color: #421D45;
}
</style>
border-color css
<style>
span { border-color: #421D45; }
span { border-color: rgb(66,29,69); }
td.TdClassName
{
border-color: #421D45;
}
.TagClassName
{
border-color: #421D45;
}
</style>