Shades of Mardi Gras #40123B
Tints of Mardi Gras #40123B
RGB
CMYK
RGB Variations
Color information
#40123B (or 0x40123B) is known color: Mardi Gras. HEX triplet: 40, 12 and 3B. RGB value is (64,18,59). Sum of RGB (Red+Green+Blue) = 64+18+59=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40123B is #BFEDC4. Grayscale: #242424. Windows color (decimal): -12578245 or 3871296. OLE color: 3871296.
HSL color Cylindrical-coordinate representation of color #40123B: hue angle of 306.52º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40123B is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 59 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.75 |
| HSL | 306.52º | 0.56% | 0.16% | - |
| HSV(B) | 306.52º | 0.72% | 0.25% | - |
| XYZ | 3.12 | 1.84 | 4.33 | - |
| YUV | 36.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 59 | 0 | 0.72 | 0.08 | 0.75 | 306.52 | 0.56 | 0.16 |
| Hex | 40 | 12 | 3B | 0 | 48 | 8 | 4B | 133 | 38 | 10 |
| Octal | 100 | 22 | 73 | 0 | 110 | 10 | 113 | 463 | 70 | 20 |
| Binary | 1000000 | 10010 | 111011 | 0 | 1001000 | 1000 | 1001011 | 100110011 | 111000 | 10000 |
Color Harmonies of #40123B
Complementary color
Monochromatic Colors of #40123B
Black with #40123B
Text Example
Text Example
White with #40123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40123B; }
p { color: rgb(64,18,59); }
H1.HeaderClassName
{
color: #40123B;
}
.AnyTagClassName
{
color: #40123B;
}
</style>
background-color css
<style>
a { background-color: #40123B; }
a { background-color: rgb(64,18,59); }
div.DivClassName
{
background-color: #40123B;
}
.BgClassName
{
background-color: #40123B;
}
</style>
border-color css
<style>
span { border-color: #40123B; }
span { border-color: rgb(64,18,59); }
td.TdClassName
{
border-color: #40123B;
}
.TagClassName
{
border-color: #40123B;
}
</style>