Shades of Mardi Gras #431540
Tints of Mardi Gras #431540
RGB
CMYK
RGB Variations
Color information
#431540 (or 0x431540) is known color: Mardi Gras. HEX triplet: 43, 15 and 40. RGB value is (67,21,64). Sum of RGB (Red+Green+Blue) = 67+21+64=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #431540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431540 is #BCEABF. Grayscale: #272727. Windows color (decimal): -12380864 or 4199747. OLE color: 4199747.
HSL color Cylindrical-coordinate representation of color #431540: hue angle of 303.91º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431540 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 64 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.74 |
| HSL | 303.91º | 0.52% | 0.17% | - |
| HSV(B) | 303.91º | 0.69% | 0.26% | - |
| XYZ | 3.51 | 2.1 | 5.07 | - |
| YUV | 39.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 64 | 0 | 0.69 | 0.04 | 0.74 | 303.91 | 0.52 | 0.17 |
| Hex | 43 | 15 | 40 | 0 | 45 | 4 | 4A | 130 | 34 | 11 |
| Octal | 103 | 25 | 100 | 0 | 105 | 4 | 112 | 460 | 64 | 21 |
| Binary | 1000011 | 10101 | 1000000 | 0 | 1000101 | 100 | 1001010 | 100110000 | 110100 | 10001 |
Color Harmonies of #431540
Complementary color
Monochromatic Colors of #431540
Black with #431540
Text Example
Text Example
White with #431540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431540; }
p { color: rgb(67,21,64); }
H1.HeaderClassName
{
color: #431540;
}
.AnyTagClassName
{
color: #431540;
}
</style>
background-color css
<style>
a { background-color: #431540; }
a { background-color: rgb(67,21,64); }
div.DivClassName
{
background-color: #431540;
}
.BgClassName
{
background-color: #431540;
}
</style>
border-color css
<style>
span { border-color: #431540; }
span { border-color: rgb(67,21,64); }
td.TdClassName
{
border-color: #431540;
}
.TagClassName
{
border-color: #431540;
}
</style>