Shades of Mardi Gras #42113D
Tints of Mardi Gras #42113D
RGB
CMYK
RGB Variations
Color information
#42113D (or 0x42113D) is known color: Mardi Gras. HEX triplet: 42, 11 and 3D. RGB value is (66,17,61). Sum of RGB (Red+Green+Blue) = 66+17+61=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42113D is #BDEEC2. Grayscale: #242424. Windows color (decimal): -12447427 or 4002114. OLE color: 4002114.
HSL color Cylindrical-coordinate representation of color #42113D: hue angle of 306.12º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42113D is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 17 | 61 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.74 |
| HSL | 306.12º | 0.59% | 0.16% | - |
| HSV(B) | 306.12º | 0.74% | 0.26% | - |
| XYZ | 3.29 | 1.9 | 4.61 | - |
| YUV | 36.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 61 | 0 | 0.74 | 0.08 | 0.74 | 306.12 | 0.59 | 0.16 |
| Hex | 42 | 11 | 3D | 0 | 4A | 8 | 4A | 132 | 3B | 10 |
| Octal | 102 | 21 | 75 | 0 | 112 | 10 | 112 | 462 | 73 | 20 |
| Binary | 1000010 | 10001 | 111101 | 0 | 1001010 | 1000 | 1001010 | 100110010 | 111011 | 10000 |
Color Harmonies of #42113D
Complementary color
Monochromatic Colors of #42113D
Black with #42113D
Text Example
Text Example
White with #42113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42113D; }
p { color: rgb(66,17,61); }
H1.HeaderClassName
{
color: #42113D;
}
.AnyTagClassName
{
color: #42113D;
}
</style>
background-color css
<style>
a { background-color: #42113D; }
a { background-color: rgb(66,17,61); }
div.DivClassName
{
background-color: #42113D;
}
.BgClassName
{
background-color: #42113D;
}
</style>
border-color css
<style>
span { border-color: #42113D; }
span { border-color: rgb(66,17,61); }
td.TdClassName
{
border-color: #42113D;
}
.TagClassName
{
border-color: #42113D;
}
</style>