Shades of Mardi Gras #431F40
Tints of Mardi Gras #431F40
RGB
CMYK
RGB Variations
Color information
#431F40 (or 0x431F40) is known color: Mardi Gras. HEX triplet: 43, 1F and 40. RGB value is (67,31,64). Sum of RGB (Red+Green+Blue) = 67+31+64=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #431F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F40 is #BCE0BF. Grayscale: #2D2D2D. Windows color (decimal): -12378304 or 4202307. OLE color: 4202307.
HSL color Cylindrical-coordinate representation of color #431F40: hue angle of 305º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F40 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 64 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.74 |
| HSL | 305º | 0.37% | 0.19% | - |
| HSV(B) | 305º | 0.54% | 0.26% | - |
| XYZ | 3.73 | 2.54 | 5.14 | - |
| YUV | 45.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 64 | 0 | 0.54 | 0.04 | 0.74 | 305 | 0.37 | 0.19 |
| Hex | 43 | 1F | 40 | 0 | 36 | 4 | 4A | 131 | 25 | 13 |
| Octal | 103 | 37 | 100 | 0 | 66 | 4 | 112 | 461 | 45 | 23 |
| Binary | 1000011 | 11111 | 1000000 | 0 | 110110 | 100 | 1001010 | 100110001 | 100101 | 10011 |
Color Harmonies of #431F40
Complementary color
Monochromatic Colors of #431F40
Black with #431F40
Text Example
Text Example
White with #431F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F40; }
p { color: rgb(67,31,64); }
H1.HeaderClassName
{
color: #431F40;
}
.AnyTagClassName
{
color: #431F40;
}
</style>
background-color css
<style>
a { background-color: #431F40; }
a { background-color: rgb(67,31,64); }
div.DivClassName
{
background-color: #431F40;
}
.BgClassName
{
background-color: #431F40;
}
</style>
border-color css
<style>
span { border-color: #431F40; }
span { border-color: rgb(67,31,64); }
td.TdClassName
{
border-color: #431F40;
}
.TagClassName
{
border-color: #431F40;
}
</style>