Shades of Mardi Gras #431642
Tints of Mardi Gras #431642
RGB
CMYK
RGB Variations
Color information
#431642 (or 0x431642) is known color: Mardi Gras. HEX triplet: 43, 16 and 42. RGB value is (67,22,66). Sum of RGB (Red+Green+Blue) = 67+22+66=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #431642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431642 is #BCE9BD. Grayscale: #282828. Windows color (decimal): -12380606 or 4331075. OLE color: 4331075.
HSL color Cylindrical-coordinate representation of color #431642: hue angle of 301.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431642 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 22 | 66 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.74 |
| HSL | 301.33º | 0.51% | 0.17% | - |
| HSV(B) | 301.33º | 0.67% | 0.26% | - |
| XYZ | 3.59 | 2.16 | 5.38 | - |
| YUV | 40.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 66 | 0 | 0.67 | 0.01 | 0.74 | 301.33 | 0.51 | 0.17 |
| Hex | 43 | 16 | 42 | 0 | 43 | 1 | 4A | 12D | 33 | 11 |
| Octal | 103 | 26 | 102 | 0 | 103 | 1 | 112 | 455 | 63 | 21 |
| Binary | 1000011 | 10110 | 1000010 | 0 | 1000011 | 1 | 1001010 | 100101101 | 110011 | 10001 |
Color Harmonies of #431642
Complementary color
Monochromatic Colors of #431642
Black with #431642
Text Example
Text Example
White with #431642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431642; }
p { color: rgb(67,22,66); }
H1.HeaderClassName
{
color: #431642;
}
.AnyTagClassName
{
color: #431642;
}
</style>
background-color css
<style>
a { background-color: #431642; }
a { background-color: rgb(67,22,66); }
div.DivClassName
{
background-color: #431642;
}
.BgClassName
{
background-color: #431642;
}
</style>
border-color css
<style>
span { border-color: #431642; }
span { border-color: rgb(67,22,66); }
td.TdClassName
{
border-color: #431642;
}
.TagClassName
{
border-color: #431642;
}
</style>