Shades of Mardi Gras #42053E
Tints of Mardi Gras #42053E
RGB
CMYK
RGB Variations
Color information
#42053E (or 0x42053E) is known color: Mardi Gras. HEX triplet: 42, 05 and 3E. RGB value is (66,5,62). Sum of RGB (Red+Green+Blue) = 66+5+62=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42053E is #BDFAC1. Grayscale: #1D1D1D. Windows color (decimal): -12450498 or 4064578. OLE color: 4064578.
HSL color Cylindrical-coordinate representation of color #42053E: hue angle of 303.93º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42053E is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 62 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.74 |
| HSL | 303.93º | 0.86% | 0.14% | - |
| HSV(B) | 303.93º | 0.92% | 0.26% | - |
| XYZ | 3.17 | 1.61 | 4.7 | - |
| YUV | 29.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 62 | 0 | 0.92 | 0.06 | 0.74 | 303.93 | 0.86 | 0.14 |
| Hex | 42 | 5 | 3E | 0 | 5C | 6 | 4A | 130 | 56 | E |
| Octal | 102 | 5 | 76 | 0 | 134 | 6 | 112 | 460 | 126 | 16 |
| Binary | 1000010 | 101 | 111110 | 0 | 1011100 | 110 | 1001010 | 100110000 | 1010110 | 1110 |
Color Harmonies of #42053E
Complementary color
Monochromatic Colors of #42053E
Black with #42053E
Text Example
Text Example
White with #42053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42053E; }
p { color: rgb(66,5,62); }
H1.HeaderClassName
{
color: #42053E;
}
.AnyTagClassName
{
color: #42053E;
}
</style>
background-color css
<style>
a { background-color: #42053E; }
a { background-color: rgb(66,5,62); }
div.DivClassName
{
background-color: #42053E;
}
.BgClassName
{
background-color: #42053E;
}
</style>
border-color css
<style>
span { border-color: #42053E; }
span { border-color: rgb(66,5,62); }
td.TdClassName
{
border-color: #42053E;
}
.TagClassName
{
border-color: #42053E;
}
</style>