Shades of Mardi Gras #420242
Tints of Mardi Gras #420242
RGB
CMYK
RGB Variations
Color information
#420242 (or 0x420242) is known color: Mardi Gras. HEX triplet: 42, 02 and 42. RGB value is (66,2,66). Sum of RGB (Red+Green+Blue) = 66+2+66=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #420242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420242 is #BDFDBD. Grayscale: #1C1C1C. Windows color (decimal): -12451262 or 4325954. OLE color: 4325954.
HSL color Cylindrical-coordinate representation of color #420242: hue angle of 300º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420242 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 66 | - |
| CMYK | 0 | 0.97 | 0 | 0.74 |
| HSL | 300º | 0.94% | 0.13% | - |
| HSV(B) | 300º | 0.97% | 0.26% | - |
| XYZ | 3.25 | 1.6 | 5.29 | - |
| YUV | 28.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 66 | 0 | 0.97 | 0 | 0.74 | 300 | 0.94 | 0.13 |
| Hex | 42 | 2 | 42 | 0 | 61 | 0 | 4A | 12C | 5E | D |
| Octal | 102 | 2 | 102 | 0 | 141 | 0 | 112 | 454 | 136 | 15 |
| Binary | 1000010 | 10 | 1000010 | 0 | 1100001 | 0 | 1001010 | 100101100 | 1011110 | 1101 |
Color Harmonies of #420242
Complementary color
Monochromatic Colors of #420242
Black with #420242
Text Example
Text Example
White with #420242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420242; }
p { color: rgb(66,2,66); }
H1.HeaderClassName
{
color: #420242;
}
.AnyTagClassName
{
color: #420242;
}
</style>
background-color css
<style>
a { background-color: #420242; }
a { background-color: rgb(66,2,66); }
div.DivClassName
{
background-color: #420242;
}
.BgClassName
{
background-color: #420242;
}
</style>
border-color css
<style>
span { border-color: #420242; }
span { border-color: rgb(66,2,66); }
td.TdClassName
{
border-color: #420242;
}
.TagClassName
{
border-color: #420242;
}
</style>