Shades of Mardi Gras #42193E
Tints of Mardi Gras #42193E
RGB
CMYK
RGB Variations
Color information
#42193E (or 0x42193E) is known color: Mardi Gras. HEX triplet: 42, 19 and 3E. RGB value is (66,25,62). Sum of RGB (Red+Green+Blue) = 66+25+62=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42193E is #BDE6C1. Grayscale: #292929. Windows color (decimal): -12445378 or 4069698. OLE color: 4069698.
HSL color Cylindrical-coordinate representation of color #42193E: hue angle of 305.85º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42193E is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 25 | 62 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.74 |
| HSL | 305.85º | 0.45% | 0.18% | - |
| HSV(B) | 305.85º | 0.62% | 0.26% | - |
| XYZ | 3.46 | 2.2 | 4.8 | - |
| YUV | 41.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 62 | 0 | 0.62 | 0.06 | 0.74 | 305.85 | 0.45 | 0.18 |
| Hex | 42 | 19 | 3E | 0 | 3E | 6 | 4A | 132 | 2D | 12 |
| Octal | 102 | 31 | 76 | 0 | 76 | 6 | 112 | 462 | 55 | 22 |
| Binary | 1000010 | 11001 | 111110 | 0 | 111110 | 110 | 1001010 | 100110010 | 101101 | 10010 |
Color Harmonies of #42193E
Complementary color
Monochromatic Colors of #42193E
Black with #42193E
Text Example
Text Example
White with #42193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42193E; }
p { color: rgb(66,25,62); }
H1.HeaderClassName
{
color: #42193E;
}
.AnyTagClassName
{
color: #42193E;
}
</style>
background-color css
<style>
a { background-color: #42193E; }
a { background-color: rgb(66,25,62); }
div.DivClassName
{
background-color: #42193E;
}
.BgClassName
{
background-color: #42193E;
}
</style>
border-color css
<style>
span { border-color: #42193E; }
span { border-color: rgb(66,25,62); }
td.TdClassName
{
border-color: #42193E;
}
.TagClassName
{
border-color: #42193E;
}
</style>