Shades of Mardi Gras #431845
Tints of Mardi Gras #431845
RGB
CMYK
RGB Variations
Color information
#431845 (or 0x431845) is known color: Mardi Gras. HEX triplet: 43, 18 and 45. RGB value is (67,24,69). Sum of RGB (Red+Green+Blue) = 67+24+69=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 69 - color contains mainly: blue. Hex color #431845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431845 is #BCE7BA. Grayscale: #292929. Windows color (decimal): -12380091 or 4528195. OLE color: 4528195.
HSL color Cylindrical-coordinate representation of color #431845: hue angle of 297.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #431845 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 24 | 69 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.73 |
| HSL | 297.33º | 0.48% | 0.18% | - |
| HSV(B) | 297.33º | 0.65% | 0.27% | - |
| XYZ | 3.72 | 2.28 | 5.87 | - |
| YUV | 41.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 69 | 0.03 | 0.65 | 0 | 0.73 | 297.33 | 0.48 | 0.18 |
| Hex | 43 | 18 | 45 | 3 | 41 | 0 | 49 | 129 | 30 | 12 |
| Octal | 103 | 30 | 105 | 3 | 101 | 0 | 111 | 451 | 60 | 22 |
| Binary | 1000011 | 11000 | 1000101 | 11 | 1000001 | 0 | 1001001 | 100101001 | 110000 | 10010 |
Color Harmonies of #431845
Complementary color
Monochromatic Colors of #431845
Black with #431845
Text Example
Text Example
White with #431845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431845; }
p { color: rgb(67,24,69); }
H1.HeaderClassName
{
color: #431845;
}
.AnyTagClassName
{
color: #431845;
}
</style>
background-color css
<style>
a { background-color: #431845; }
a { background-color: rgb(67,24,69); }
div.DivClassName
{
background-color: #431845;
}
.BgClassName
{
background-color: #431845;
}
</style>
border-color css
<style>
span { border-color: #431845; }
span { border-color: rgb(67,24,69); }
td.TdClassName
{
border-color: #431845;
}
.TagClassName
{
border-color: #431845;
}
</style>