Shades of Mardi Gras #42163B
Tints of Mardi Gras #42163B
RGB
CMYK
RGB Variations
Color information
#42163B (or 0x42163B) is known color: Mardi Gras. HEX triplet: 42, 16 and 3B. RGB value is (66,22,59). Sum of RGB (Red+Green+Blue) = 66+22+59=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42163B is #BDE9C4. Grayscale: #272727. Windows color (decimal): -12446149 or 3872322. OLE color: 3872322.
HSL color Cylindrical-coordinate representation of color #42163B: hue angle of 309.55º 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 #42163B is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 59 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.74 |
| HSL | 309.55º | 0.5% | 0.17% | - |
| HSV(B) | 309.55º | 0.67% | 0.26% | - |
| XYZ | 3.32 | 2.05 | 4.36 | - |
| YUV | 39.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 59 | 0 | 0.67 | 0.11 | 0.74 | 309.55 | 0.5 | 0.17 |
| Hex | 42 | 16 | 3B | 0 | 43 | B | 4A | 136 | 32 | 11 |
| Octal | 102 | 26 | 73 | 0 | 103 | 13 | 112 | 466 | 62 | 21 |
| Binary | 1000010 | 10110 | 111011 | 0 | 1000011 | 1011 | 1001010 | 100110110 | 110010 | 10001 |
Color Harmonies of #42163B
Complementary color
Monochromatic Colors of #42163B
Black with #42163B
Text Example
Text Example
White with #42163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42163B; }
p { color: rgb(66,22,59); }
H1.HeaderClassName
{
color: #42163B;
}
.AnyTagClassName
{
color: #42163B;
}
</style>
background-color css
<style>
a { background-color: #42163B; }
a { background-color: rgb(66,22,59); }
div.DivClassName
{
background-color: #42163B;
}
.BgClassName
{
background-color: #42163B;
}
</style>
border-color css
<style>
span { border-color: #42163B; }
span { border-color: rgb(66,22,59); }
td.TdClassName
{
border-color: #42163B;
}
.TagClassName
{
border-color: #42163B;
}
</style>