Shades of Mardi Gras #431A42
Tints of Mardi Gras #431A42
RGB
CMYK
RGB Variations
Color information
#431A42 (or 0x431A42) is known color: Mardi Gras. HEX triplet: 43, 1A and 42. RGB value is (67,26,66). Sum of RGB (Red+Green+Blue) = 67+26+66=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 67 - color contains mainly: red. Hex color #431A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A42 is #BCE5BD. Grayscale: #2A2A2A. Windows color (decimal): -12379582 or 4332099. OLE color: 4332099.
HSL color Cylindrical-coordinate representation of color #431A42: hue angle of 301.46º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A42 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 66 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.74 |
| HSL | 301.46º | 0.44% | 0.18% | - |
| HSV(B) | 301.46º | 0.61% | 0.26% | - |
| XYZ | 3.67 | 2.33 | 5.41 | - |
| YUV | 42.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 66 | 0 | 0.61 | 0.01 | 0.74 | 301.46 | 0.44 | 0.18 |
| Hex | 43 | 1A | 42 | 0 | 3D | 1 | 4A | 12D | 2C | 12 |
| Octal | 103 | 32 | 102 | 0 | 75 | 1 | 112 | 455 | 54 | 22 |
| Binary | 1000011 | 11010 | 1000010 | 0 | 111101 | 1 | 1001010 | 100101101 | 101100 | 10010 |
Color Harmonies of #431A42
Complementary color
Monochromatic Colors of #431A42
Black with #431A42
Text Example
Text Example
White with #431A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A42; }
p { color: rgb(67,26,66); }
H1.HeaderClassName
{
color: #431A42;
}
.AnyTagClassName
{
color: #431A42;
}
</style>
background-color css
<style>
a { background-color: #431A42; }
a { background-color: rgb(67,26,66); }
div.DivClassName
{
background-color: #431A42;
}
.BgClassName
{
background-color: #431A42;
}
</style>
border-color css
<style>
span { border-color: #431A42; }
span { border-color: rgb(67,26,66); }
td.TdClassName
{
border-color: #431A42;
}
.TagClassName
{
border-color: #431A42;
}
</style>