Shades of Mardi Gras #42133C
Tints of Mardi Gras #42133C
RGB
CMYK
RGB Variations
Color information
#42133C (or 0x42133C) is known color: Mardi Gras. HEX triplet: 42, 13 and 3C. RGB value is (66,19,60). Sum of RGB (Red+Green+Blue) = 66+19+60=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42133C is #BDECC3. Grayscale: #252525. Windows color (decimal): -12446916 or 3937090. OLE color: 3937090.
HSL color Cylindrical-coordinate representation of color #42133C: hue angle of 307.66º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42133C is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 19 | 60 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.74 |
| HSL | 307.66º | 0.55% | 0.17% | - |
| HSV(B) | 307.66º | 0.71% | 0.26% | - |
| XYZ | 3.3 | 1.95 | 4.48 | - |
| YUV | 37.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 60 | 0 | 0.71 | 0.09 | 0.74 | 307.66 | 0.55 | 0.17 |
| Hex | 42 | 13 | 3C | 0 | 47 | 9 | 4A | 134 | 37 | 11 |
| Octal | 102 | 23 | 74 | 0 | 107 | 11 | 112 | 464 | 67 | 21 |
| Binary | 1000010 | 10011 | 111100 | 0 | 1000111 | 1001 | 1001010 | 100110100 | 110111 | 10001 |
Color Harmonies of #42133C
Complementary color
Monochromatic Colors of #42133C
Black with #42133C
Text Example
Text Example
White with #42133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42133C; }
p { color: rgb(66,19,60); }
H1.HeaderClassName
{
color: #42133C;
}
.AnyTagClassName
{
color: #42133C;
}
</style>
background-color css
<style>
a { background-color: #42133C; }
a { background-color: rgb(66,19,60); }
div.DivClassName
{
background-color: #42133C;
}
.BgClassName
{
background-color: #42133C;
}
</style>
border-color css
<style>
span { border-color: #42133C; }
span { border-color: rgb(66,19,60); }
td.TdClassName
{
border-color: #42133C;
}
.TagClassName
{
border-color: #42133C;
}
</style>