Shades of Mardi Gras #42163E
Tints of Mardi Gras #42163E
RGB
CMYK
RGB Variations
Color information
#42163E (or 0x42163E) is known color: Mardi Gras. HEX triplet: 42, 16 and 3E. RGB value is (66,22,62). Sum of RGB (Red+Green+Blue) = 66+22+62=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42163E is #BDE9C1. Grayscale: #272727. Windows color (decimal): -12446146 or 4068930. OLE color: 4068930.
HSL color Cylindrical-coordinate representation of color #42163E: hue angle of 305.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42163E is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 62 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.74 |
| HSL | 305.45º | 0.5% | 0.17% | - |
| HSV(B) | 305.45º | 0.67% | 0.26% | - |
| XYZ | 3.4 | 2.08 | 4.78 | - |
| YUV | 39.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 62 | 0 | 0.67 | 0.06 | 0.74 | 305.45 | 0.5 | 0.17 |
| Hex | 42 | 16 | 3E | 0 | 43 | 6 | 4A | 131 | 32 | 11 |
| Octal | 102 | 26 | 76 | 0 | 103 | 6 | 112 | 461 | 62 | 21 |
| Binary | 1000010 | 10110 | 111110 | 0 | 1000011 | 110 | 1001010 | 100110001 | 110010 | 10001 |
Color Harmonies of #42163E
Complementary color
Monochromatic Colors of #42163E
Black with #42163E
Text Example
Text Example
White with #42163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42163E; }
p { color: rgb(66,22,62); }
H1.HeaderClassName
{
color: #42163E;
}
.AnyTagClassName
{
color: #42163E;
}
</style>
background-color css
<style>
a { background-color: #42163E; }
a { background-color: rgb(66,22,62); }
div.DivClassName
{
background-color: #42163E;
}
.BgClassName
{
background-color: #42163E;
}
</style>
border-color css
<style>
span { border-color: #42163E; }
span { border-color: rgb(66,22,62); }
td.TdClassName
{
border-color: #42163E;
}
.TagClassName
{
border-color: #42163E;
}
</style>