Shades of Mardi Gras #420243
Tints of Mardi Gras #420243
RGB
CMYK
RGB Variations
Color information
#420243 (or 0x420243) is known color: Mardi Gras. HEX triplet: 42, 02 and 43. RGB value is (66,2,67). Sum of RGB (Red+Green+Blue) = 66+2+67=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #420243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420243 is #BDFDBC. Grayscale: #1C1C1C. Windows color (decimal): -12451261 or 4391490. OLE color: 4391490.
HSL color Cylindrical-coordinate representation of color #420243: hue angle of 299.08º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420243 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 67 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.74 |
| HSL | 299.08º | 0.94% | 0.14% | - |
| HSV(B) | 299.08º | 0.97% | 0.26% | - |
| XYZ | 3.28 | 1.61 | 5.45 | - |
| YUV | 28.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 67 | 0.01 | 0.97 | 0 | 0.74 | 299.08 | 0.94 | 0.14 |
| Hex | 42 | 2 | 43 | 1 | 61 | 0 | 4A | 12B | 5E | E |
| Octal | 102 | 2 | 103 | 1 | 141 | 0 | 112 | 453 | 136 | 16 |
| Binary | 1000010 | 10 | 1000011 | 1 | 1100001 | 0 | 1001010 | 100101011 | 1011110 | 1110 |
Color Harmonies of #420243
Complementary color
Monochromatic Colors of #420243
Black with #420243
Text Example
Text Example
White with #420243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420243; }
p { color: rgb(66,2,67); }
H1.HeaderClassName
{
color: #420243;
}
.AnyTagClassName
{
color: #420243;
}
</style>
background-color css
<style>
a { background-color: #420243; }
a { background-color: rgb(66,2,67); }
div.DivClassName
{
background-color: #420243;
}
.BgClassName
{
background-color: #420243;
}
</style>
border-color css
<style>
span { border-color: #420243; }
span { border-color: rgb(66,2,67); }
td.TdClassName
{
border-color: #420243;
}
.TagClassName
{
border-color: #420243;
}
</style>