Shades of Mardi Gras #40183D
Tints of Mardi Gras #40183D
RGB
CMYK
RGB Variations
Color information
#40183D (or 0x40183D) is known color: Mardi Gras. HEX triplet: 40, 18 and 3D. RGB value is (64,24,61). Sum of RGB (Red+Green+Blue) = 64+24+61=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #40183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40183D is #BFE7C2. Grayscale: #282828. Windows color (decimal): -12576707 or 4003904. OLE color: 4003904.
HSL color Cylindrical-coordinate representation of color #40183D: hue angle of 304.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40183D is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 61 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.75 |
| HSL | 304.5º | 0.45% | 0.17% | - |
| HSV(B) | 304.5º | 0.63% | 0.25% | - |
| XYZ | 3.28 | 2.08 | 4.64 | - |
| YUV | 40.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 61 | 0 | 0.62 | 0.05 | 0.75 | 304.5 | 0.45 | 0.17 |
| Hex | 40 | 18 | 3D | 0 | 3E | 5 | 4B | 130 | 2D | 11 |
| Octal | 100 | 30 | 75 | 0 | 76 | 5 | 113 | 460 | 55 | 21 |
| Binary | 1000000 | 11000 | 111101 | 0 | 111110 | 101 | 1001011 | 100110000 | 101101 | 10001 |
Color Harmonies of #40183D
Complementary color
Monochromatic Colors of #40183D
Black with #40183D
Text Example
Text Example
White with #40183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40183D; }
p { color: rgb(64,24,61); }
H1.HeaderClassName
{
color: #40183D;
}
.AnyTagClassName
{
color: #40183D;
}
</style>
background-color css
<style>
a { background-color: #40183D; }
a { background-color: rgb(64,24,61); }
div.DivClassName
{
background-color: #40183D;
}
.BgClassName
{
background-color: #40183D;
}
</style>
border-color css
<style>
span { border-color: #40183D; }
span { border-color: rgb(64,24,61); }
td.TdClassName
{
border-color: #40183D;
}
.TagClassName
{
border-color: #40183D;
}
</style>