Shades of Mardi Gras #42053F
Tints of Mardi Gras #42053F
RGB
CMYK
RGB Variations
Color information
#42053F (or 0x42053F) is known color: Mardi Gras. HEX triplet: 42, 05 and 3F. RGB value is (66,5,63). Sum of RGB (Red+Green+Blue) = 66+5+63=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42053F is #BDFAC0. Grayscale: #1D1D1D. Windows color (decimal): -12450497 or 4130114. OLE color: 4130114.
HSL color Cylindrical-coordinate representation of color #42053F: hue angle of 302.95º 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 #42053F is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 63 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.74 |
| HSL | 302.95º | 0.86% | 0.14% | - |
| HSV(B) | 302.95º | 0.92% | 0.26% | - |
| XYZ | 3.2 | 1.63 | 4.85 | - |
| YUV | 29.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 63 | 0 | 0.92 | 0.05 | 0.74 | 302.95 | 0.86 | 0.14 |
| Hex | 42 | 5 | 3F | 0 | 5C | 5 | 4A | 12F | 56 | E |
| Octal | 102 | 5 | 77 | 0 | 134 | 5 | 112 | 457 | 126 | 16 |
| Binary | 1000010 | 101 | 111111 | 0 | 1011100 | 101 | 1001010 | 100101111 | 1010110 | 1110 |
Color Harmonies of #42053F
Complementary color
Monochromatic Colors of #42053F
Black with #42053F
Text Example
Text Example
White with #42053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42053F; }
p { color: rgb(66,5,63); }
H1.HeaderClassName
{
color: #42053F;
}
.AnyTagClassName
{
color: #42053F;
}
</style>
background-color css
<style>
a { background-color: #42053F; }
a { background-color: rgb(66,5,63); }
div.DivClassName
{
background-color: #42053F;
}
.BgClassName
{
background-color: #42053F;
}
</style>
border-color css
<style>
span { border-color: #42053F; }
span { border-color: rgb(66,5,63); }
td.TdClassName
{
border-color: #42053F;
}
.TagClassName
{
border-color: #42053F;
}
</style>