Shades of Mardi Gras #431842
Tints of Mardi Gras #431842
RGB
CMYK
RGB Variations
Color information
#431842 (or 0x431842) is known color: Mardi Gras. HEX triplet: 43, 18 and 42. RGB value is (67,24,66). Sum of RGB (Red+Green+Blue) = 67+24+66=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #431842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431842 is #BCE7BD. Grayscale: #292929. Windows color (decimal): -12380094 or 4331587. OLE color: 4331587.
HSL color Cylindrical-coordinate representation of color #431842: hue angle of 301.4º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431842 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 24 | 66 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.74 |
| HSL | 301.4º | 0.47% | 0.18% | - |
| HSV(B) | 301.4º | 0.64% | 0.26% | - |
| XYZ | 3.62 | 2.24 | 5.4 | - |
| YUV | 41.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 66 | 0 | 0.64 | 0.01 | 0.74 | 301.4 | 0.47 | 0.18 |
| Hex | 43 | 18 | 42 | 0 | 40 | 1 | 4A | 12D | 2F | 12 |
| Octal | 103 | 30 | 102 | 0 | 100 | 1 | 112 | 455 | 57 | 22 |
| Binary | 1000011 | 11000 | 1000010 | 0 | 1000000 | 1 | 1001010 | 100101101 | 101111 | 10010 |
Color Harmonies of #431842
Complementary color
Monochromatic Colors of #431842
Black with #431842
Text Example
Text Example
White with #431842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431842; }
p { color: rgb(67,24,66); }
H1.HeaderClassName
{
color: #431842;
}
.AnyTagClassName
{
color: #431842;
}
</style>
background-color css
<style>
a { background-color: #431842; }
a { background-color: rgb(67,24,66); }
div.DivClassName
{
background-color: #431842;
}
.BgClassName
{
background-color: #431842;
}
</style>
border-color css
<style>
span { border-color: #431842; }
span { border-color: rgb(67,24,66); }
td.TdClassName
{
border-color: #431842;
}
.TagClassName
{
border-color: #431842;
}
</style>