Shades of Mardi Gras #42053D
Tints of Mardi Gras #42053D
RGB
CMYK
RGB Variations
Color information
#42053D (or 0x42053D) is known color: Mardi Gras. HEX triplet: 42, 05 and 3D. RGB value is (66,5,61). Sum of RGB (Red+Green+Blue) = 66+5+61=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42053D is #BDFAC2. Grayscale: #1D1D1D. Windows color (decimal): -12450499 or 3999042. OLE color: 3999042.
HSL color Cylindrical-coordinate representation of color #42053D: hue angle of 304.92º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42053D is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 61 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.74 |
| HSL | 304.92º | 0.86% | 0.14% | - |
| HSV(B) | 304.92º | 0.92% | 0.26% | - |
| XYZ | 3.14 | 1.6 | 4.56 | - |
| YUV | 29.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 61 | 0 | 0.92 | 0.08 | 0.74 | 304.92 | 0.86 | 0.14 |
| Hex | 42 | 5 | 3D | 0 | 5C | 8 | 4A | 131 | 56 | E |
| Octal | 102 | 5 | 75 | 0 | 134 | 10 | 112 | 461 | 126 | 16 |
| Binary | 1000010 | 101 | 111101 | 0 | 1011100 | 1000 | 1001010 | 100110001 | 1010110 | 1110 |
Color Harmonies of #42053D
Complementary color
Monochromatic Colors of #42053D
Black with #42053D
Text Example
Text Example
White with #42053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42053D; }
p { color: rgb(66,5,61); }
H1.HeaderClassName
{
color: #42053D;
}
.AnyTagClassName
{
color: #42053D;
}
</style>
background-color css
<style>
a { background-color: #42053D; }
a { background-color: rgb(66,5,61); }
div.DivClassName
{
background-color: #42053D;
}
.BgClassName
{
background-color: #42053D;
}
</style>
border-color css
<style>
span { border-color: #42053D; }
span { border-color: rgb(66,5,61); }
td.TdClassName
{
border-color: #42053D;
}
.TagClassName
{
border-color: #42053D;
}
</style>