Shades of Mardi Gras #40153A
Tints of Mardi Gras #40153A
RGB
CMYK
RGB Variations
Color information
#40153A (or 0x40153A) is known color: Mardi Gras. HEX triplet: 40, 15 and 3A. RGB value is (64,21,58). Sum of RGB (Red+Green+Blue) = 64+21+58=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40153A is #BFEAC5. Grayscale: #252525. Windows color (decimal): -12577478 or 3806528. OLE color: 3806528.
HSL color Cylindrical-coordinate representation of color #40153A: hue angle of 308.37º 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 #40153A is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 58 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.75 |
| HSL | 308.37º | 0.51% | 0.17% | - |
| HSV(B) | 308.37º | 0.67% | 0.25% | - |
| XYZ | 3.15 | 1.93 | 4.21 | - |
| YUV | 38.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 58 | 0 | 0.67 | 0.09 | 0.75 | 308.37 | 0.51 | 0.17 |
| Hex | 40 | 15 | 3A | 0 | 43 | 9 | 4B | 134 | 33 | 11 |
| Octal | 100 | 25 | 72 | 0 | 103 | 11 | 113 | 464 | 63 | 21 |
| Binary | 1000000 | 10101 | 111010 | 0 | 1000011 | 1001 | 1001011 | 100110100 | 110011 | 10001 |
Color Harmonies of #40153A
Complementary color
Monochromatic Colors of #40153A
Black with #40153A
Text Example
Text Example
White with #40153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40153A; }
p { color: rgb(64,21,58); }
H1.HeaderClassName
{
color: #40153A;
}
.AnyTagClassName
{
color: #40153A;
}
</style>
background-color css
<style>
a { background-color: #40153A; }
a { background-color: rgb(64,21,58); }
div.DivClassName
{
background-color: #40153A;
}
.BgClassName
{
background-color: #40153A;
}
</style>
border-color css
<style>
span { border-color: #40153A; }
span { border-color: rgb(64,21,58); }
td.TdClassName
{
border-color: #40153A;
}
.TagClassName
{
border-color: #40153A;
}
</style>