Shades of Mardi Gras #42153A
Tints of Mardi Gras #42153A
RGB
CMYK
RGB Variations
Color information
#42153A (or 0x42153A) is known color: Mardi Gras. HEX triplet: 42, 15 and 3A. RGB value is (66,21,58). Sum of RGB (Red+Green+Blue) = 66+21+58=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42153A is #BDEAC5. Grayscale: #262626. Windows color (decimal): -12446406 or 3806530. OLE color: 3806530.
HSL color Cylindrical-coordinate representation of color #42153A: hue angle of 310.67º 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 #42153A is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 21 | 58 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.74 |
| HSL | 310.67º | 0.52% | 0.17% | - |
| HSV(B) | 310.67º | 0.68% | 0.26% | - |
| XYZ | 3.28 | 2 | 4.22 | - |
| YUV | 38.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 58 | 0 | 0.68 | 0.12 | 0.74 | 310.67 | 0.52 | 0.17 |
| Hex | 42 | 15 | 3A | 0 | 44 | C | 4A | 137 | 34 | 11 |
| Octal | 102 | 25 | 72 | 0 | 104 | 14 | 112 | 467 | 64 | 21 |
| Binary | 1000010 | 10101 | 111010 | 0 | 1000100 | 1100 | 1001010 | 100110111 | 110100 | 10001 |
Color Harmonies of #42153A
Complementary color
Monochromatic Colors of #42153A
Black with #42153A
Text Example
Text Example
White with #42153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42153A; }
p { color: rgb(66,21,58); }
H1.HeaderClassName
{
color: #42153A;
}
.AnyTagClassName
{
color: #42153A;
}
</style>
background-color css
<style>
a { background-color: #42153A; }
a { background-color: rgb(66,21,58); }
div.DivClassName
{
background-color: #42153A;
}
.BgClassName
{
background-color: #42153A;
}
</style>
border-color css
<style>
span { border-color: #42153A; }
span { border-color: rgb(66,21,58); }
td.TdClassName
{
border-color: #42153A;
}
.TagClassName
{
border-color: #42153A;
}
</style>