Shades of Mardi Gras #42053A
Tints of Mardi Gras #42053A
RGB
CMYK
RGB Variations
Color information
#42053A (or 0x42053A) is known color: Mardi Gras. HEX triplet: 42, 05 and 3A. RGB value is (66,5,58). Sum of RGB (Red+Green+Blue) = 66+5+58=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42053A is #BDFAC5. Grayscale: #1D1D1D. Windows color (decimal): -12450502 or 3802434. OLE color: 3802434.
HSL color Cylindrical-coordinate representation of color #42053A: hue angle of 307.87º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42053A is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 58 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.74 |
| HSL | 307.87º | 0.86% | 0.14% | - |
| HSV(B) | 307.87º | 0.92% | 0.26% | - |
| XYZ | 3.06 | 1.57 | 4.14 | - |
| YUV | 29.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 58 | 0 | 0.92 | 0.12 | 0.74 | 307.87 | 0.86 | 0.14 |
| Hex | 42 | 5 | 3A | 0 | 5C | C | 4A | 134 | 56 | E |
| Octal | 102 | 5 | 72 | 0 | 134 | 14 | 112 | 464 | 126 | 16 |
| Binary | 1000010 | 101 | 111010 | 0 | 1011100 | 1100 | 1001010 | 100110100 | 1010110 | 1110 |
Color Harmonies of #42053A
Complementary color
Monochromatic Colors of #42053A
Black with #42053A
Text Example
Text Example
White with #42053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42053A; }
p { color: rgb(66,5,58); }
H1.HeaderClassName
{
color: #42053A;
}
.AnyTagClassName
{
color: #42053A;
}
</style>
background-color css
<style>
a { background-color: #42053A; }
a { background-color: rgb(66,5,58); }
div.DivClassName
{
background-color: #42053A;
}
.BgClassName
{
background-color: #42053A;
}
</style>
border-color css
<style>
span { border-color: #42053A; }
span { border-color: rgb(66,5,58); }
td.TdClassName
{
border-color: #42053A;
}
.TagClassName
{
border-color: #42053A;
}
</style>