Shades of Mardi Gras #42123D
Tints of Mardi Gras #42123D
RGB
CMYK
RGB Variations
Color information
#42123D (or 0x42123D) is known color: Mardi Gras. HEX triplet: 42, 12 and 3D. RGB value is (66,18,61). Sum of RGB (Red+Green+Blue) = 66+18+61=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42123D is #BDEDC2. Grayscale: #252525. Windows color (decimal): -12447171 or 4002370. OLE color: 4002370.
HSL color Cylindrical-coordinate representation of color #42123D: hue angle of 306.25º 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 #42123D is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 61 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.74 |
| HSL | 306.25º | 0.57% | 0.16% | - |
| HSV(B) | 306.25º | 0.73% | 0.26% | - |
| XYZ | 3.31 | 1.93 | 4.61 | - |
| YUV | 37.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 61 | 0 | 0.73 | 0.08 | 0.74 | 306.25 | 0.57 | 0.16 |
| Hex | 42 | 12 | 3D | 0 | 49 | 8 | 4A | 132 | 39 | 10 |
| Octal | 102 | 22 | 75 | 0 | 111 | 10 | 112 | 462 | 71 | 20 |
| Binary | 1000010 | 10010 | 111101 | 0 | 1001001 | 1000 | 1001010 | 100110010 | 111001 | 10000 |
Color Harmonies of #42123D
Complementary color
Monochromatic Colors of #42123D
Black with #42123D
Text Example
Text Example
White with #42123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42123D; }
p { color: rgb(66,18,61); }
H1.HeaderClassName
{
color: #42123D;
}
.AnyTagClassName
{
color: #42123D;
}
</style>
background-color css
<style>
a { background-color: #42123D; }
a { background-color: rgb(66,18,61); }
div.DivClassName
{
background-color: #42123D;
}
.BgClassName
{
background-color: #42123D;
}
</style>
border-color css
<style>
span { border-color: #42123D; }
span { border-color: rgb(66,18,61); }
td.TdClassName
{
border-color: #42123D;
}
.TagClassName
{
border-color: #42123D;
}
</style>