Shades of Mardi Gras #421F3E
Tints of Mardi Gras #421F3E
RGB
CMYK
RGB Variations
Color information
#421F3E (or 0x421F3E) is known color: Mardi Gras. HEX triplet: 42, 1F and 3E. RGB value is (66,31,62). Sum of RGB (Red+Green+Blue) = 66+31+62=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #421F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F3E is #BDE0C1. Grayscale: #2C2C2C. Windows color (decimal): -12443842 or 4071234. OLE color: 4071234.
HSL color Cylindrical-coordinate representation of color #421F3E: hue angle of 306.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F3E is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 62 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.74 |
| HSL | 306.86º | 0.36% | 0.19% | - |
| HSV(B) | 306.86º | 0.53% | 0.26% | - |
| XYZ | 3.61 | 2.49 | 4.85 | - |
| YUV | 45 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 62 | 0 | 0.53 | 0.06 | 0.74 | 306.86 | 0.36 | 0.19 |
| Hex | 42 | 1F | 3E | 0 | 35 | 6 | 4A | 133 | 24 | 13 |
| Octal | 102 | 37 | 76 | 0 | 65 | 6 | 112 | 463 | 44 | 23 |
| Binary | 1000010 | 11111 | 111110 | 0 | 110101 | 110 | 1001010 | 100110011 | 100100 | 10011 |
Color Harmonies of #421F3E
Complementary color
Monochromatic Colors of #421F3E
Black with #421F3E
Text Example
Text Example
White with #421F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F3E; }
p { color: rgb(66,31,62); }
H1.HeaderClassName
{
color: #421F3E;
}
.AnyTagClassName
{
color: #421F3E;
}
</style>
background-color css
<style>
a { background-color: #421F3E; }
a { background-color: rgb(66,31,62); }
div.DivClassName
{
background-color: #421F3E;
}
.BgClassName
{
background-color: #421F3E;
}
</style>
border-color css
<style>
span { border-color: #421F3E; }
span { border-color: rgb(66,31,62); }
td.TdClassName
{
border-color: #421F3E;
}
.TagClassName
{
border-color: #421F3E;
}
</style>