Shades of Mardi Gras #42143D
Tints of Mardi Gras #42143D
RGB
CMYK
RGB Variations
Color information
#42143D (or 0x42143D) is known color: Mardi Gras. HEX triplet: 42, 14 and 3D. RGB value is (66,20,61). Sum of RGB (Red+Green+Blue) = 66+20+61=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42143D is #BDEBC2. Grayscale: #262626. Windows color (decimal): -12446659 or 4002882. OLE color: 4002882.
HSL color Cylindrical-coordinate representation of color #42143D: hue angle of 306.52º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42143D is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 20 | 61 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.74 |
| HSL | 306.52º | 0.53% | 0.17% | - |
| HSV(B) | 306.52º | 0.7% | 0.26% | - |
| XYZ | 3.34 | 2 | 4.62 | - |
| YUV | 38.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 61 | 0 | 0.70 | 0.08 | 0.74 | 306.52 | 0.53 | 0.17 |
| Hex | 42 | 14 | 3D | 0 | 46 | 8 | 4A | 133 | 35 | 11 |
| Octal | 102 | 24 | 75 | 0 | 106 | 10 | 112 | 463 | 65 | 21 |
| Binary | 1000010 | 10100 | 111101 | 0 | 1000110 | 1000 | 1001010 | 100110011 | 110101 | 10001 |
Color Harmonies of #42143D
Complementary color
Monochromatic Colors of #42143D
Black with #42143D
Text Example
Text Example
White with #42143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42143D; }
p { color: rgb(66,20,61); }
H1.HeaderClassName
{
color: #42143D;
}
.AnyTagClassName
{
color: #42143D;
}
</style>
background-color css
<style>
a { background-color: #42143D; }
a { background-color: rgb(66,20,61); }
div.DivClassName
{
background-color: #42143D;
}
.BgClassName
{
background-color: #42143D;
}
</style>
border-color css
<style>
span { border-color: #42143D; }
span { border-color: rgb(66,20,61); }
td.TdClassName
{
border-color: #42143D;
}
.TagClassName
{
border-color: #42143D;
}
</style>