Shades of Mardi Gras #42013F
Tints of Mardi Gras #42013F
RGB
CMYK
RGB Variations
Color information
#42013F (or 0x42013F) is known color: Mardi Gras. HEX triplet: 42, 01 and 3F. RGB value is (66,1,63). Sum of RGB (Red+Green+Blue) = 66+1+63=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42013F is #BDFEC0. Grayscale: #1B1B1B. Windows color (decimal): -12451521 or 4129090. OLE color: 4129090.
HSL color Cylindrical-coordinate representation of color #42013F: hue angle of 302.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42013F is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 1 | 63 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.74 |
| HSL | 302.77º | 0.97% | 0.13% | - |
| HSV(B) | 302.77º | 0.98% | 0.26% | - |
| XYZ | 3.15 | 1.54 | 4.83 | - |
| YUV | 27.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 63 | 0 | 0.98 | 0.05 | 0.74 | 302.77 | 0.97 | 0.13 |
| Hex | 42 | 1 | 3F | 0 | 62 | 5 | 4A | 12F | 61 | D |
| Octal | 102 | 1 | 77 | 0 | 142 | 5 | 112 | 457 | 141 | 15 |
| Binary | 1000010 | 1 | 111111 | 0 | 1100010 | 101 | 1001010 | 100101111 | 1100001 | 1101 |
Color Harmonies of #42013F
Complementary color
Monochromatic Colors of #42013F
Black with #42013F
Text Example
Text Example
White with #42013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42013F; }
p { color: rgb(66,1,63); }
H1.HeaderClassName
{
color: #42013F;
}
.AnyTagClassName
{
color: #42013F;
}
</style>
background-color css
<style>
a { background-color: #42013F; }
a { background-color: rgb(66,1,63); }
div.DivClassName
{
background-color: #42013F;
}
.BgClassName
{
background-color: #42013F;
}
</style>
border-color css
<style>
span { border-color: #42013F; }
span { border-color: rgb(66,1,63); }
td.TdClassName
{
border-color: #42013F;
}
.TagClassName
{
border-color: #42013F;
}
</style>