Shades of Mardi Gras #42153F
Tints of Mardi Gras #42153F
RGB
CMYK
RGB Variations
Color information
#42153F (or 0x42153F) is known color: Mardi Gras. HEX triplet: 42, 15 and 3F. RGB value is (66,21,63). Sum of RGB (Red+Green+Blue) = 66+21+63=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42153F is #BDEAC0. Grayscale: #272727. Windows color (decimal): -12446401 or 4134210. OLE color: 4134210.
HSL color Cylindrical-coordinate representation of color #42153F: hue angle of 304º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42153F is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 21 | 63 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.74 |
| HSL | 304º | 0.52% | 0.17% | - |
| HSV(B) | 304º | 0.68% | 0.26% | - |
| XYZ | 3.41 | 2.05 | 4.92 | - |
| YUV | 39.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 63 | 0 | 0.68 | 0.05 | 0.74 | 304 | 0.52 | 0.17 |
| Hex | 42 | 15 | 3F | 0 | 44 | 5 | 4A | 130 | 34 | 11 |
| Octal | 102 | 25 | 77 | 0 | 104 | 5 | 112 | 460 | 64 | 21 |
| Binary | 1000010 | 10101 | 111111 | 0 | 1000100 | 101 | 1001010 | 100110000 | 110100 | 10001 |
Color Harmonies of #42153F
Complementary color
Monochromatic Colors of #42153F
Black with #42153F
Text Example
Text Example
White with #42153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42153F; }
p { color: rgb(66,21,63); }
H1.HeaderClassName
{
color: #42153F;
}
.AnyTagClassName
{
color: #42153F;
}
</style>
background-color css
<style>
a { background-color: #42153F; }
a { background-color: rgb(66,21,63); }
div.DivClassName
{
background-color: #42153F;
}
.BgClassName
{
background-color: #42153F;
}
</style>
border-color css
<style>
span { border-color: #42153F; }
span { border-color: rgb(66,21,63); }
td.TdClassName
{
border-color: #42153F;
}
.TagClassName
{
border-color: #42153F;
}
</style>