Shades of Mardi Gras #431441
Tints of Mardi Gras #431441
RGB
CMYK
RGB Variations
Color information
#431441 (or 0x431441) is known color: Mardi Gras. HEX triplet: 43, 14 and 41. RGB value is (67,20,65). Sum of RGB (Red+Green+Blue) = 67+20+65=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #431441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431441 is #BCEBBE. Grayscale: #272727. Windows color (decimal): -12381119 or 4265027. OLE color: 4265027.
HSL color Cylindrical-coordinate representation of color #431441: hue angle of 302.55º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431441 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 65 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.74 |
| HSL | 302.55º | 0.54% | 0.17% | - |
| HSV(B) | 302.55º | 0.7% | 0.26% | - |
| XYZ | 3.52 | 2.08 | 5.22 | - |
| YUV | 39.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 65 | 0 | 0.70 | 0.03 | 0.74 | 302.55 | 0.54 | 0.17 |
| Hex | 43 | 14 | 41 | 0 | 46 | 3 | 4A | 12F | 36 | 11 |
| Octal | 103 | 24 | 101 | 0 | 106 | 3 | 112 | 457 | 66 | 21 |
| Binary | 1000011 | 10100 | 1000001 | 0 | 1000110 | 11 | 1001010 | 100101111 | 110110 | 10001 |
Color Harmonies of #431441
Complementary color
Monochromatic Colors of #431441
Black with #431441
Text Example
Text Example
White with #431441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431441; }
p { color: rgb(67,20,65); }
H1.HeaderClassName
{
color: #431441;
}
.AnyTagClassName
{
color: #431441;
}
</style>
background-color css
<style>
a { background-color: #431441; }
a { background-color: rgb(67,20,65); }
div.DivClassName
{
background-color: #431441;
}
.BgClassName
{
background-color: #431441;
}
</style>
border-color css
<style>
span { border-color: #431441; }
span { border-color: rgb(67,20,65); }
td.TdClassName
{
border-color: #431441;
}
.TagClassName
{
border-color: #431441;
}
</style>