Shades of Mardi Gras #431544
Tints of Mardi Gras #431544
RGB
CMYK
RGB Variations
Color information
#431544 (or 0x431544) is known color: Mardi Gras. HEX triplet: 43, 15 and 44. RGB value is (67,21,68). Sum of RGB (Red+Green+Blue) = 67+21+68=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 68 - color contains mainly: blue. Hex color #431544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431544 is #BCEABB. Grayscale: #272727. Windows color (decimal): -12380860 or 4461891. OLE color: 4461891.
HSL color Cylindrical-coordinate representation of color #431544: hue angle of 298.72º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431544 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 21 | 68 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.73 |
| HSL | 298.72º | 0.53% | 0.17% | - |
| HSV(B) | 298.72º | 0.69% | 0.27% | - |
| XYZ | 3.63 | 2.15 | 5.69 | - |
| YUV | 40.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 68 | 0.01 | 0.69 | 0 | 0.73 | 298.72 | 0.53 | 0.17 |
| Hex | 43 | 15 | 44 | 1 | 45 | 0 | 49 | 12B | 35 | 11 |
| Octal | 103 | 25 | 104 | 1 | 105 | 0 | 111 | 453 | 65 | 21 |
| Binary | 1000011 | 10101 | 1000100 | 1 | 1000101 | 0 | 1001001 | 100101011 | 110101 | 10001 |
Color Harmonies of #431544
Complementary color
Monochromatic Colors of #431544
Black with #431544
Text Example
Text Example
White with #431544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431544; }
p { color: rgb(67,21,68); }
H1.HeaderClassName
{
color: #431544;
}
.AnyTagClassName
{
color: #431544;
}
</style>
background-color css
<style>
a { background-color: #431544; }
a { background-color: rgb(67,21,68); }
div.DivClassName
{
background-color: #431544;
}
.BgClassName
{
background-color: #431544;
}
</style>
border-color css
<style>
span { border-color: #431544; }
span { border-color: rgb(67,21,68); }
td.TdClassName
{
border-color: #431544;
}
.TagClassName
{
border-color: #431544;
}
</style>