Shades of Mardi Gras #42113A
Tints of Mardi Gras #42113A
RGB
CMYK
RGB Variations
Color information
#42113A (or 0x42113A) is known color: Mardi Gras. HEX triplet: 42, 11 and 3A. RGB value is (66,17,58). Sum of RGB (Red+Green+Blue) = 66+17+58=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #42113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42113A is #BDEEC5. Grayscale: #242424. Windows color (decimal): -12447430 or 3805506. OLE color: 3805506.
HSL color Cylindrical-coordinate representation of color #42113A: hue angle of 309.8º 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 #42113A is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 17 | 58 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.74 |
| HSL | 309.8º | 0.59% | 0.16% | - |
| HSV(B) | 309.8º | 0.74% | 0.26% | - |
| XYZ | 3.21 | 1.86 | 4.19 | - |
| YUV | 36.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 58 | 0 | 0.74 | 0.12 | 0.74 | 309.8 | 0.59 | 0.16 |
| Hex | 42 | 11 | 3A | 0 | 4A | C | 4A | 136 | 3B | 10 |
| Octal | 102 | 21 | 72 | 0 | 112 | 14 | 112 | 466 | 73 | 20 |
| Binary | 1000010 | 10001 | 111010 | 0 | 1001010 | 1100 | 1001010 | 100110110 | 111011 | 10000 |
Color Harmonies of #42113A
Complementary color
Monochromatic Colors of #42113A
Black with #42113A
Text Example
Text Example
White with #42113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42113A; }
p { color: rgb(66,17,58); }
H1.HeaderClassName
{
color: #42113A;
}
.AnyTagClassName
{
color: #42113A;
}
</style>
background-color css
<style>
a { background-color: #42113A; }
a { background-color: rgb(66,17,58); }
div.DivClassName
{
background-color: #42113A;
}
.BgClassName
{
background-color: #42113A;
}
</style>
border-color css
<style>
span { border-color: #42113A; }
span { border-color: rgb(66,17,58); }
td.TdClassName
{
border-color: #42113A;
}
.TagClassName
{
border-color: #42113A;
}
</style>