Shades of Mardi Gras #421D3E
Tints of Mardi Gras #421D3E
RGB
CMYK
RGB Variations
Color information
#421D3E (or 0x421D3E) is known color: Mardi Gras. HEX triplet: 42, 1D and 3E. RGB value is (66,29,62). Sum of RGB (Red+Green+Blue) = 66+29+62=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #421D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D3E is #BDE2C1. Grayscale: #2B2B2B. Windows color (decimal): -12444354 or 4070722. OLE color: 4070722.
HSL color Cylindrical-coordinate representation of color #421D3E: hue angle of 306.49º 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 #421D3E is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 62 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.74 |
| HSL | 306.49º | 0.39% | 0.19% | - |
| HSV(B) | 306.49º | 0.56% | 0.26% | - |
| XYZ | 3.56 | 2.38 | 4.83 | - |
| YUV | 43.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 62 | 0 | 0.56 | 0.06 | 0.74 | 306.49 | 0.39 | 0.19 |
| Hex | 42 | 1D | 3E | 0 | 38 | 6 | 4A | 132 | 27 | 13 |
| Octal | 102 | 35 | 76 | 0 | 70 | 6 | 112 | 462 | 47 | 23 |
| Binary | 1000010 | 11101 | 111110 | 0 | 111000 | 110 | 1001010 | 100110010 | 100111 | 10011 |
Color Harmonies of #421D3E
Complementary color
Monochromatic Colors of #421D3E
Black with #421D3E
Text Example
Text Example
White with #421D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D3E; }
p { color: rgb(66,29,62); }
H1.HeaderClassName
{
color: #421D3E;
}
.AnyTagClassName
{
color: #421D3E;
}
</style>
background-color css
<style>
a { background-color: #421D3E; }
a { background-color: rgb(66,29,62); }
div.DivClassName
{
background-color: #421D3E;
}
.BgClassName
{
background-color: #421D3E;
}
</style>
border-color css
<style>
span { border-color: #421D3E; }
span { border-color: rgb(66,29,62); }
td.TdClassName
{
border-color: #421D3E;
}
.TagClassName
{
border-color: #421D3E;
}
</style>