Shades of Mardi Gras #42123B
Tints of Mardi Gras #42123B
RGB
CMYK
RGB Variations
Color information
#42123B (or 0x42123B) is known color: Mardi Gras. HEX triplet: 42, 12 and 3B. RGB value is (66,18,59). Sum of RGB (Red+Green+Blue) = 66+18+59=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #42123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42123B is #BDEDC4. Grayscale: #242424. Windows color (decimal): -12447173 or 3871298. OLE color: 3871298.
HSL color Cylindrical-coordinate representation of color #42123B: hue angle of 308.75º 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 #42123B is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 59 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.74 |
| HSL | 308.75º | 0.57% | 0.16% | - |
| HSV(B) | 308.75º | 0.73% | 0.26% | - |
| XYZ | 3.25 | 1.91 | 4.33 | - |
| YUV | 37.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 59 | 0 | 0.73 | 0.11 | 0.74 | 308.75 | 0.57 | 0.16 |
| Hex | 42 | 12 | 3B | 0 | 49 | B | 4A | 135 | 39 | 10 |
| Octal | 102 | 22 | 73 | 0 | 111 | 13 | 112 | 465 | 71 | 20 |
| Binary | 1000010 | 10010 | 111011 | 0 | 1001001 | 1011 | 1001010 | 100110101 | 111001 | 10000 |
Color Harmonies of #42123B
Complementary color
Monochromatic Colors of #42123B
Black with #42123B
Text Example
Text Example
White with #42123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42123B; }
p { color: rgb(66,18,59); }
H1.HeaderClassName
{
color: #42123B;
}
.AnyTagClassName
{
color: #42123B;
}
</style>
background-color css
<style>
a { background-color: #42123B; }
a { background-color: rgb(66,18,59); }
div.DivClassName
{
background-color: #42123B;
}
.BgClassName
{
background-color: #42123B;
}
</style>
border-color css
<style>
span { border-color: #42123B; }
span { border-color: rgb(66,18,59); }
td.TdClassName
{
border-color: #42123B;
}
.TagClassName
{
border-color: #42123B;
}
</style>