Shades of Mardi Gras #431745
Tints of Mardi Gras #431745
RGB
CMYK
RGB Variations
Color information
#431745 (or 0x431745) is known color: Mardi Gras. HEX triplet: 43, 17 and 45. RGB value is (67,23,69). Sum of RGB (Red+Green+Blue) = 67+23+69=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #431745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431745 is #BCE8BA. Grayscale: #292929. Windows color (decimal): -12380347 or 4527939. OLE color: 4527939.
HSL color Cylindrical-coordinate representation of color #431745: hue angle of 297.39º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431745 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 23 | 69 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.73 |
| HSL | 297.39º | 0.5% | 0.18% | - |
| HSV(B) | 297.39º | 0.67% | 0.27% | - |
| XYZ | 3.7 | 2.24 | 5.87 | - |
| YUV | 41.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 69 | 0.03 | 0.67 | 0 | 0.73 | 297.39 | 0.5 | 0.18 |
| Hex | 43 | 17 | 45 | 3 | 43 | 0 | 49 | 129 | 32 | 12 |
| Octal | 103 | 27 | 105 | 3 | 103 | 0 | 111 | 451 | 62 | 22 |
| Binary | 1000011 | 10111 | 1000101 | 11 | 1000011 | 0 | 1001001 | 100101001 | 110010 | 10010 |
Color Harmonies of #431745
Complementary color
Monochromatic Colors of #431745
Black with #431745
Text Example
Text Example
White with #431745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431745; }
p { color: rgb(67,23,69); }
H1.HeaderClassName
{
color: #431745;
}
.AnyTagClassName
{
color: #431745;
}
</style>
background-color css
<style>
a { background-color: #431745; }
a { background-color: rgb(67,23,69); }
div.DivClassName
{
background-color: #431745;
}
.BgClassName
{
background-color: #431745;
}
</style>
border-color css
<style>
span { border-color: #431745; }
span { border-color: rgb(67,23,69); }
td.TdClassName
{
border-color: #431745;
}
.TagClassName
{
border-color: #431745;
}
</style>