Shades of Mardi Gras #431D43
Tints of Mardi Gras #431D43
RGB
CMYK
RGB Variations
Color information
#431D43 (or 0x431D43) is known color: Mardi Gras. HEX triplet: 43, 1D and 43. RGB value is (67,29,67). Sum of RGB (Red+Green+Blue) = 67+29+67=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: red, blue. Hex color #431D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D43 is #BCE2BC. Grayscale: #2C2C2C. Windows color (decimal): -12378813 or 4398403. OLE color: 4398403.
HSL color Cylindrical-coordinate representation of color #431D43: hue angle of 300º 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 #431D43 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 67 | - |
| CMYK | 0 | 0.57 | 0 | 0.74 |
| HSL | 300º | 0.4% | 0.19% | - |
| HSV(B) | 300º | 0.57% | 0.26% | - |
| XYZ | 3.77 | 2.48 | 5.59 | - |
| YUV | 44.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 67 | 0 | 0.57 | 0 | 0.74 | 300 | 0.4 | 0.19 |
| Hex | 43 | 1D | 43 | 0 | 39 | 0 | 4A | 12C | 28 | 13 |
| Octal | 103 | 35 | 103 | 0 | 71 | 0 | 112 | 454 | 50 | 23 |
| Binary | 1000011 | 11101 | 1000011 | 0 | 111001 | 0 | 1001010 | 100101100 | 101000 | 10011 |
Color Harmonies of #431D43
Complementary color
Monochromatic Colors of #431D43
Black with #431D43
Text Example
Text Example
White with #431D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D43; }
p { color: rgb(67,29,67); }
H1.HeaderClassName
{
color: #431D43;
}
.AnyTagClassName
{
color: #431D43;
}
</style>
background-color css
<style>
a { background-color: #431D43; }
a { background-color: rgb(67,29,67); }
div.DivClassName
{
background-color: #431D43;
}
.BgClassName
{
background-color: #431D43;
}
</style>
border-color css
<style>
span { border-color: #431D43; }
span { border-color: rgb(67,29,67); }
td.TdClassName
{
border-color: #431D43;
}
.TagClassName
{
border-color: #431D43;
}
</style>