Shades of Mardi Gras #431D40
Tints of Mardi Gras #431D40
RGB
CMYK
RGB Variations
Color information
#431D40 (or 0x431D40) is known color: Mardi Gras. HEX triplet: 43, 1D and 40. RGB value is (67,29,64). Sum of RGB (Red+Green+Blue) = 67+29+64=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #431D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D40 is #BCE2BF. Grayscale: #2C2C2C. Windows color (decimal): -12378816 or 4201795. OLE color: 4201795.
HSL color Cylindrical-coordinate representation of color #431D40: hue angle of 304.74º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D40 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 64 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.74 |
| HSL | 304.74º | 0.4% | 0.19% | - |
| HSV(B) | 304.74º | 0.57% | 0.26% | - |
| XYZ | 3.68 | 2.44 | 5.13 | - |
| YUV | 44.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 64 | 0 | 0.57 | 0.04 | 0.74 | 304.74 | 0.4 | 0.19 |
| Hex | 43 | 1D | 40 | 0 | 39 | 4 | 4A | 131 | 28 | 13 |
| Octal | 103 | 35 | 100 | 0 | 71 | 4 | 112 | 461 | 50 | 23 |
| Binary | 1000011 | 11101 | 1000000 | 0 | 111001 | 100 | 1001010 | 100110001 | 101000 | 10011 |
Color Harmonies of #431D40
Complementary color
Monochromatic Colors of #431D40
Black with #431D40
Text Example
Text Example
White with #431D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D40; }
p { color: rgb(67,29,64); }
H1.HeaderClassName
{
color: #431D40;
}
.AnyTagClassName
{
color: #431D40;
}
</style>
background-color css
<style>
a { background-color: #431D40; }
a { background-color: rgb(67,29,64); }
div.DivClassName
{
background-color: #431D40;
}
.BgClassName
{
background-color: #431D40;
}
</style>
border-color css
<style>
span { border-color: #431D40; }
span { border-color: rgb(67,29,64); }
td.TdClassName
{
border-color: #431D40;
}
.TagClassName
{
border-color: #431D40;
}
</style>