Shades of Mardi Gras #431345
Tints of Mardi Gras #431345
RGB
CMYK
RGB Variations
Color information
#431345 (or 0x431345) is known color: Mardi Gras. HEX triplet: 43, 13 and 45. RGB value is (67,19,69). Sum of RGB (Red+Green+Blue) = 67+19+69=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #431345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431345 is #BCECBA. Grayscale: #262626. Windows color (decimal): -12381371 or 4526915. OLE color: 4526915.
HSL color Cylindrical-coordinate representation of color #431345: hue angle of 297.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431345 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 19 | 69 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.73 |
| HSL | 297.6º | 0.57% | 0.17% | - |
| HSV(B) | 297.6º | 0.72% | 0.27% | - |
| XYZ | 3.62 | 2.09 | 5.84 | - |
| YUV | 39.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 69 | 0.03 | 0.72 | 0 | 0.73 | 297.6 | 0.57 | 0.17 |
| Hex | 43 | 13 | 45 | 3 | 48 | 0 | 49 | 12A | 39 | 11 |
| Octal | 103 | 23 | 105 | 3 | 110 | 0 | 111 | 452 | 71 | 21 |
| Binary | 1000011 | 10011 | 1000101 | 11 | 1001000 | 0 | 1001001 | 100101010 | 111001 | 10001 |
Color Harmonies of #431345
Complementary color
Monochromatic Colors of #431345
Black with #431345
Text Example
Text Example
White with #431345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431345; }
p { color: rgb(67,19,69); }
H1.HeaderClassName
{
color: #431345;
}
.AnyTagClassName
{
color: #431345;
}
</style>
background-color css
<style>
a { background-color: #431345; }
a { background-color: rgb(67,19,69); }
div.DivClassName
{
background-color: #431345;
}
.BgClassName
{
background-color: #431345;
}
</style>
border-color css
<style>
span { border-color: #431345; }
span { border-color: rgb(67,19,69); }
td.TdClassName
{
border-color: #431345;
}
.TagClassName
{
border-color: #431345;
}
</style>