Shades of Mardi Gras #421C3F
Tints of Mardi Gras #421C3F
RGB
CMYK
RGB Variations
Color information
#421C3F (or 0x421C3F) is known color: Mardi Gras. HEX triplet: 42, 1C and 3F. RGB value is (66,28,63). Sum of RGB (Red+Green+Blue) = 66+28+63=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #421C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C3F is #BDE3C0. Grayscale: #2B2B2B. Windows color (decimal): -12444609 or 4136002. OLE color: 4136002.
HSL color Cylindrical-coordinate representation of color #421C3F: hue angle of 304.74º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421C3F is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 63 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.74 |
| HSL | 304.74º | 0.4% | 0.18% | - |
| HSV(B) | 304.74º | 0.58% | 0.26% | - |
| XYZ | 3.56 | 2.35 | 4.97 | - |
| YUV | 43.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 63 | 0 | 0.58 | 0.05 | 0.74 | 304.74 | 0.4 | 0.18 |
| Hex | 42 | 1C | 3F | 0 | 3A | 5 | 4A | 131 | 28 | 12 |
| Octal | 102 | 34 | 77 | 0 | 72 | 5 | 112 | 461 | 50 | 22 |
| Binary | 1000010 | 11100 | 111111 | 0 | 111010 | 101 | 1001010 | 100110001 | 101000 | 10010 |
Color Harmonies of #421C3F
Complementary color
Monochromatic Colors of #421C3F
Black with #421C3F
Text Example
Text Example
White with #421C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C3F; }
p { color: rgb(66,28,63); }
H1.HeaderClassName
{
color: #421C3F;
}
.AnyTagClassName
{
color: #421C3F;
}
</style>
background-color css
<style>
a { background-color: #421C3F; }
a { background-color: rgb(66,28,63); }
div.DivClassName
{
background-color: #421C3F;
}
.BgClassName
{
background-color: #421C3F;
}
</style>
border-color css
<style>
span { border-color: #421C3F; }
span { border-color: rgb(66,28,63); }
td.TdClassName
{
border-color: #421C3F;
}
.TagClassName
{
border-color: #421C3F;
}
</style>