Shades of Mardi Gras #42153C
Tints of Mardi Gras #42153C
RGB
CMYK
RGB Variations
Color information
#42153C (or 0x42153C) is known color: Mardi Gras. HEX triplet: 42, 15 and 3C. RGB value is (66,21,60). Sum of RGB (Red+Green+Blue) = 66+21+60=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42153C is #BDEAC3. Grayscale: #262626. Windows color (decimal): -12446404 or 3937602. OLE color: 3937602.
HSL color Cylindrical-coordinate representation of color #42153C: hue angle of 308º 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 #42153C is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 21 | 60 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.74 |
| HSL | 308º | 0.52% | 0.17% | - |
| HSV(B) | 308º | 0.68% | 0.26% | - |
| XYZ | 3.33 | 2.02 | 4.49 | - |
| YUV | 38.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 60 | 0 | 0.68 | 0.09 | 0.74 | 308 | 0.52 | 0.17 |
| Hex | 42 | 15 | 3C | 0 | 44 | 9 | 4A | 134 | 34 | 11 |
| Octal | 102 | 25 | 74 | 0 | 104 | 11 | 112 | 464 | 64 | 21 |
| Binary | 1000010 | 10101 | 111100 | 0 | 1000100 | 1001 | 1001010 | 100110100 | 110100 | 10001 |
Color Harmonies of #42153C
Complementary color
Monochromatic Colors of #42153C
Black with #42153C
Text Example
Text Example
White with #42153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42153C; }
p { color: rgb(66,21,60); }
H1.HeaderClassName
{
color: #42153C;
}
.AnyTagClassName
{
color: #42153C;
}
</style>
background-color css
<style>
a { background-color: #42153C; }
a { background-color: rgb(66,21,60); }
div.DivClassName
{
background-color: #42153C;
}
.BgClassName
{
background-color: #42153C;
}
</style>
border-color css
<style>
span { border-color: #42153C; }
span { border-color: rgb(66,21,60); }
td.TdClassName
{
border-color: #42153C;
}
.TagClassName
{
border-color: #42153C;
}
</style>