Shades of Mardi Gras #40143B
Tints of Mardi Gras #40143B
RGB
CMYK
RGB Variations
Color information
#40143B (or 0x40143B) is known color: Mardi Gras. HEX triplet: 40, 14 and 3B. RGB value is (64,20,59). Sum of RGB (Red+Green+Blue) = 64+20+59=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40143B is #BFEBC4. Grayscale: #252525. Windows color (decimal): -12577733 or 3871808. OLE color: 3871808.
HSL color Cylindrical-coordinate representation of color #40143B: hue angle of 306.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40143B is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 20 | 59 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.75 |
| HSL | 306.82º | 0.52% | 0.16% | - |
| HSV(B) | 306.82º | 0.69% | 0.25% | - |
| XYZ | 3.15 | 1.91 | 4.34 | - |
| YUV | 37.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 59 | 0 | 0.69 | 0.08 | 0.75 | 306.82 | 0.52 | 0.16 |
| Hex | 40 | 14 | 3B | 0 | 45 | 8 | 4B | 133 | 34 | 10 |
| Octal | 100 | 24 | 73 | 0 | 105 | 10 | 113 | 463 | 64 | 20 |
| Binary | 1000000 | 10100 | 111011 | 0 | 1000101 | 1000 | 1001011 | 100110011 | 110100 | 10000 |
Color Harmonies of #40143B
Complementary color
Monochromatic Colors of #40143B
Black with #40143B
Text Example
Text Example
White with #40143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40143B; }
p { color: rgb(64,20,59); }
H1.HeaderClassName
{
color: #40143B;
}
.AnyTagClassName
{
color: #40143B;
}
</style>
background-color css
<style>
a { background-color: #40143B; }
a { background-color: rgb(64,20,59); }
div.DivClassName
{
background-color: #40143B;
}
.BgClassName
{
background-color: #40143B;
}
</style>
border-color css
<style>
span { border-color: #40143B; }
span { border-color: rgb(64,20,59); }
td.TdClassName
{
border-color: #40143B;
}
.TagClassName
{
border-color: #40143B;
}
</style>