Shades of Mardi Gras #40153F
Tints of Mardi Gras #40153F
RGB
CMYK
RGB Variations
Color information
#40153F (or 0x40153F) is known color: Mardi Gras. HEX triplet: 40, 15 and 3F. RGB value is (64,21,63). Sum of RGB (Red+Green+Blue) = 64+21+63=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40153F is #BFEAC0. Grayscale: #262626. Windows color (decimal): -12577473 or 4134208. OLE color: 4134208.
HSL color Cylindrical-coordinate representation of color #40153F: hue angle of 301.4º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40153F is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 63 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.75 |
| HSL | 301.4º | 0.51% | 0.17% | - |
| HSV(B) | 301.4º | 0.67% | 0.25% | - |
| XYZ | 3.28 | 1.99 | 4.91 | - |
| YUV | 38.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 63 | 0 | 0.67 | 0.02 | 0.75 | 301.4 | 0.51 | 0.17 |
| Hex | 40 | 15 | 3F | 0 | 43 | 2 | 4B | 12D | 33 | 11 |
| Octal | 100 | 25 | 77 | 0 | 103 | 2 | 113 | 455 | 63 | 21 |
| Binary | 1000000 | 10101 | 111111 | 0 | 1000011 | 10 | 1001011 | 100101101 | 110011 | 10001 |
Color Harmonies of #40153F
Complementary color
Monochromatic Colors of #40153F
Black with #40153F
Text Example
Text Example
White with #40153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40153F; }
p { color: rgb(64,21,63); }
H1.HeaderClassName
{
color: #40153F;
}
.AnyTagClassName
{
color: #40153F;
}
</style>
background-color css
<style>
a { background-color: #40153F; }
a { background-color: rgb(64,21,63); }
div.DivClassName
{
background-color: #40153F;
}
.BgClassName
{
background-color: #40153F;
}
</style>
border-color css
<style>
span { border-color: #40153F; }
span { border-color: rgb(64,21,63); }
td.TdClassName
{
border-color: #40153F;
}
.TagClassName
{
border-color: #40153F;
}
</style>