Shades of Mardi Gras #431941
Tints of Mardi Gras #431941
RGB
CMYK
RGB Variations
Color information
#431941 (or 0x431941) is known color: Mardi Gras. HEX triplet: 43, 19 and 41. RGB value is (67,25,65). Sum of RGB (Red+Green+Blue) = 67+25+65=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #431941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431941 is #BCE6BE. Grayscale: #292929. Windows color (decimal): -12379839 or 4266307. OLE color: 4266307.
HSL color Cylindrical-coordinate representation of color #431941: hue angle of 302.86º 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 #431941 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 65 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.74 |
| HSL | 302.86º | 0.46% | 0.18% | - |
| HSV(B) | 302.86º | 0.63% | 0.26% | - |
| XYZ | 3.62 | 2.27 | 5.25 | - |
| YUV | 42.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 65 | 0 | 0.63 | 0.03 | 0.74 | 302.86 | 0.46 | 0.18 |
| Hex | 43 | 19 | 41 | 0 | 3F | 3 | 4A | 12F | 2E | 12 |
| Octal | 103 | 31 | 101 | 0 | 77 | 3 | 112 | 457 | 56 | 22 |
| Binary | 1000011 | 11001 | 1000001 | 0 | 111111 | 11 | 1001010 | 100101111 | 101110 | 10010 |
Color Harmonies of #431941
Complementary color
Monochromatic Colors of #431941
Black with #431941
Text Example
Text Example
White with #431941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431941; }
p { color: rgb(67,25,65); }
H1.HeaderClassName
{
color: #431941;
}
.AnyTagClassName
{
color: #431941;
}
</style>
background-color css
<style>
a { background-color: #431941; }
a { background-color: rgb(67,25,65); }
div.DivClassName
{
background-color: #431941;
}
.BgClassName
{
background-color: #431941;
}
</style>
border-color css
<style>
span { border-color: #431941; }
span { border-color: rgb(67,25,65); }
td.TdClassName
{
border-color: #431941;
}
.TagClassName
{
border-color: #431941;
}
</style>