Shades of Mardi Gras #42163C
Tints of Mardi Gras #42163C
RGB
CMYK
RGB Variations
Color information
#42163C (or 0x42163C) is known color: Mardi Gras. HEX triplet: 42, 16 and 3C. RGB value is (66,22,60). Sum of RGB (Red+Green+Blue) = 66+22+60=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42163C is #BDE9C3. Grayscale: #272727. Windows color (decimal): -12446148 or 3937858. OLE color: 3937858.
HSL color Cylindrical-coordinate representation of color #42163C: hue angle of 308.18º 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 #42163C is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 60 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.74 |
| HSL | 308.18º | 0.5% | 0.17% | - |
| HSV(B) | 308.18º | 0.67% | 0.26% | - |
| XYZ | 3.35 | 2.06 | 4.5 | - |
| YUV | 39.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 60 | 0 | 0.67 | 0.09 | 0.74 | 308.18 | 0.5 | 0.17 |
| Hex | 42 | 16 | 3C | 0 | 43 | 9 | 4A | 134 | 32 | 11 |
| Octal | 102 | 26 | 74 | 0 | 103 | 11 | 112 | 464 | 62 | 21 |
| Binary | 1000010 | 10110 | 111100 | 0 | 1000011 | 1001 | 1001010 | 100110100 | 110010 | 10001 |
Color Harmonies of #42163C
Complementary color
Monochromatic Colors of #42163C
Black with #42163C
Text Example
Text Example
White with #42163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42163C; }
p { color: rgb(66,22,60); }
H1.HeaderClassName
{
color: #42163C;
}
.AnyTagClassName
{
color: #42163C;
}
</style>
background-color css
<style>
a { background-color: #42163C; }
a { background-color: rgb(66,22,60); }
div.DivClassName
{
background-color: #42163C;
}
.BgClassName
{
background-color: #42163C;
}
</style>
border-color css
<style>
span { border-color: #42163C; }
span { border-color: rgb(66,22,60); }
td.TdClassName
{
border-color: #42163C;
}
.TagClassName
{
border-color: #42163C;
}
</style>