Shades of Mardi Gras #42123C
Tints of Mardi Gras #42123C
RGB
CMYK
RGB Variations
Color information
#42123C (or 0x42123C) is known color: Mardi Gras. HEX triplet: 42, 12 and 3C. RGB value is (66,18,60). Sum of RGB (Red+Green+Blue) = 66+18+60=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42123C is #BDEDC3. Grayscale: #252525. Windows color (decimal): -12447172 or 3936834. OLE color: 3936834.
HSL color Cylindrical-coordinate representation of color #42123C: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42123C is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 60 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.74 |
| HSL | 307.5º | 0.57% | 0.16% | - |
| HSV(B) | 307.5º | 0.73% | 0.26% | - |
| XYZ | 3.28 | 1.92 | 4.47 | - |
| YUV | 37.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 60 | 0 | 0.73 | 0.09 | 0.74 | 307.5 | 0.57 | 0.16 |
| Hex | 42 | 12 | 3C | 0 | 49 | 9 | 4A | 134 | 39 | 10 |
| Octal | 102 | 22 | 74 | 0 | 111 | 11 | 112 | 464 | 71 | 20 |
| Binary | 1000010 | 10010 | 111100 | 0 | 1001001 | 1001 | 1001010 | 100110100 | 111001 | 10000 |
Color Harmonies of #42123C
Complementary color
Monochromatic Colors of #42123C
Black with #42123C
Text Example
Text Example
White with #42123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42123C; }
p { color: rgb(66,18,60); }
H1.HeaderClassName
{
color: #42123C;
}
.AnyTagClassName
{
color: #42123C;
}
</style>
background-color css
<style>
a { background-color: #42123C; }
a { background-color: rgb(66,18,60); }
div.DivClassName
{
background-color: #42123C;
}
.BgClassName
{
background-color: #42123C;
}
</style>
border-color css
<style>
span { border-color: #42123C; }
span { border-color: rgb(66,18,60); }
td.TdClassName
{
border-color: #42123C;
}
.TagClassName
{
border-color: #42123C;
}
</style>