Shades of Mardi Gras #431245
Tints of Mardi Gras #431245
RGB
CMYK
RGB Variations
Color information
#431245 (or 0x431245) is known color: Mardi Gras. HEX triplet: 43, 12 and 45. RGB value is (67,18,69). Sum of RGB (Red+Green+Blue) = 67+18+69=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #431245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431245 is #BCEDBA. Grayscale: #262626. Windows color (decimal): -12381627 or 4526659. OLE color: 4526659.
HSL color Cylindrical-coordinate representation of color #431245: hue angle of 297.65º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431245 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 18 | 69 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.73 |
| HSL | 297.65º | 0.59% | 0.17% | - |
| HSV(B) | 297.65º | 0.74% | 0.27% | - |
| XYZ | 3.61 | 2.06 | 5.84 | - |
| YUV | 38.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 69 | 0.03 | 0.74 | 0 | 0.73 | 297.65 | 0.59 | 0.17 |
| Hex | 43 | 12 | 45 | 3 | 4A | 0 | 49 | 12A | 3B | 11 |
| Octal | 103 | 22 | 105 | 3 | 112 | 0 | 111 | 452 | 73 | 21 |
| Binary | 1000011 | 10010 | 1000101 | 11 | 1001010 | 0 | 1001001 | 100101010 | 111011 | 10001 |
Color Harmonies of #431245
Complementary color
Monochromatic Colors of #431245
Black with #431245
Text Example
Text Example
White with #431245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431245; }
p { color: rgb(67,18,69); }
H1.HeaderClassName
{
color: #431245;
}
.AnyTagClassName
{
color: #431245;
}
</style>
background-color css
<style>
a { background-color: #431245; }
a { background-color: rgb(67,18,69); }
div.DivClassName
{
background-color: #431245;
}
.BgClassName
{
background-color: #431245;
}
</style>
border-color css
<style>
span { border-color: #431245; }
span { border-color: rgb(67,18,69); }
td.TdClassName
{
border-color: #431245;
}
.TagClassName
{
border-color: #431245;
}
</style>