Shades of Mardi Gras #42043D
Tints of Mardi Gras #42043D
RGB
CMYK
RGB Variations
Color information
#42043D (or 0x42043D) is known color: Mardi Gras. HEX triplet: 42, 04 and 3D. RGB value is (66,4,61). Sum of RGB (Red+Green+Blue) = 66+4+61=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42043D is #BDFBC2. Grayscale: #1C1C1C. Windows color (decimal): -12450755 or 3998786. OLE color: 3998786.
HSL color Cylindrical-coordinate representation of color #42043D: hue angle of 304.84º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42043D is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 61 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.74 |
| HSL | 304.84º | 0.89% | 0.14% | - |
| HSV(B) | 304.84º | 0.94% | 0.26% | - |
| XYZ | 3.13 | 1.58 | 4.56 | - |
| YUV | 29.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 61 | 0 | 0.94 | 0.08 | 0.74 | 304.84 | 0.89 | 0.14 |
| Hex | 42 | 4 | 3D | 0 | 5E | 8 | 4A | 131 | 59 | E |
| Octal | 102 | 4 | 75 | 0 | 136 | 10 | 112 | 461 | 131 | 16 |
| Binary | 1000010 | 100 | 111101 | 0 | 1011110 | 1000 | 1001010 | 100110001 | 1011001 | 1110 |
Color Harmonies of #42043D
Complementary color
Monochromatic Colors of #42043D
Black with #42043D
Text Example
Text Example
White with #42043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42043D; }
p { color: rgb(66,4,61); }
H1.HeaderClassName
{
color: #42043D;
}
.AnyTagClassName
{
color: #42043D;
}
</style>
background-color css
<style>
a { background-color: #42043D; }
a { background-color: rgb(66,4,61); }
div.DivClassName
{
background-color: #42043D;
}
.BgClassName
{
background-color: #42043D;
}
</style>
border-color css
<style>
span { border-color: #42043D; }
span { border-color: rgb(66,4,61); }
td.TdClassName
{
border-color: #42043D;
}
.TagClassName
{
border-color: #42043D;
}
</style>