Shades of Mardi Gras #431940
Tints of Mardi Gras #431940
RGB
CMYK
RGB Variations
Color information
#431940 (or 0x431940) is known color: Mardi Gras. HEX triplet: 43, 19 and 40. RGB value is (67,25,64). Sum of RGB (Red+Green+Blue) = 67+25+64=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 67 - color contains mainly: red. Hex color #431940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431940 is #BCE6BF. Grayscale: #292929. Windows color (decimal): -12379840 or 4200771. OLE color: 4200771.
HSL color Cylindrical-coordinate representation of color #431940: hue angle of 304.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #431940 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 64 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.74 |
| HSL | 304.29º | 0.46% | 0.18% | - |
| HSV(B) | 304.29º | 0.63% | 0.26% | - |
| XYZ | 3.59 | 2.26 | 5.1 | - |
| YUV | 42 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 64 | 0 | 0.63 | 0.04 | 0.74 | 304.29 | 0.46 | 0.18 |
| Hex | 43 | 19 | 40 | 0 | 3F | 4 | 4A | 130 | 2E | 12 |
| Octal | 103 | 31 | 100 | 0 | 77 | 4 | 112 | 460 | 56 | 22 |
| Binary | 1000011 | 11001 | 1000000 | 0 | 111111 | 100 | 1001010 | 100110000 | 101110 | 10010 |
Color Harmonies of #431940
Complementary color
Monochromatic Colors of #431940
Black with #431940
Text Example
Text Example
White with #431940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431940; }
p { color: rgb(67,25,64); }
H1.HeaderClassName
{
color: #431940;
}
.AnyTagClassName
{
color: #431940;
}
</style>
background-color css
<style>
a { background-color: #431940; }
a { background-color: rgb(67,25,64); }
div.DivClassName
{
background-color: #431940;
}
.BgClassName
{
background-color: #431940;
}
</style>
border-color css
<style>
span { border-color: #431940; }
span { border-color: rgb(67,25,64); }
td.TdClassName
{
border-color: #431940;
}
.TagClassName
{
border-color: #431940;
}
</style>