Shades of Mardi Gras #421A3F
Tints of Mardi Gras #421A3F
RGB
CMYK
RGB Variations
Color information
#421A3F (or 0x421A3F) is known color: Mardi Gras. HEX triplet: 42, 1A and 3F. RGB value is (66,26,63). Sum of RGB (Red+Green+Blue) = 66+26+63=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #421A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A3F is #BDE5C0. Grayscale: #2A2A2A. Windows color (decimal): -12445121 or 4135490. OLE color: 4135490.
HSL color Cylindrical-coordinate representation of color #421A3F: hue angle of 304.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A3F is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 63 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.74 |
| HSL | 304.5º | 0.43% | 0.18% | - |
| HSV(B) | 304.5º | 0.61% | 0.26% | - |
| XYZ | 3.51 | 2.26 | 4.95 | - |
| YUV | 42.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 63 | 0 | 0.61 | 0.05 | 0.74 | 304.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 3F | 0 | 3D | 5 | 4A | 130 | 2B | 12 |
| Octal | 102 | 32 | 77 | 0 | 75 | 5 | 112 | 460 | 53 | 22 |
| Binary | 1000010 | 11010 | 111111 | 0 | 111101 | 101 | 1001010 | 100110000 | 101011 | 10010 |
Color Harmonies of #421A3F
Complementary color
Monochromatic Colors of #421A3F
Black with #421A3F
Text Example
Text Example
White with #421A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A3F; }
p { color: rgb(66,26,63); }
H1.HeaderClassName
{
color: #421A3F;
}
.AnyTagClassName
{
color: #421A3F;
}
</style>
background-color css
<style>
a { background-color: #421A3F; }
a { background-color: rgb(66,26,63); }
div.DivClassName
{
background-color: #421A3F;
}
.BgClassName
{
background-color: #421A3F;
}
</style>
border-color css
<style>
span { border-color: #421A3F; }
span { border-color: rgb(66,26,63); }
td.TdClassName
{
border-color: #421A3F;
}
.TagClassName
{
border-color: #421A3F;
}
</style>