Shades of Mardi Gras #43113C
Tints of Mardi Gras #43113C
RGB
CMYK
RGB Variations
Color information
#43113C (or 0x43113C) is known color: Mardi Gras. HEX triplet: 43, 11 and 3C. RGB value is (67,17,60). Sum of RGB (Red+Green+Blue) = 67+17+60=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #43113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43113C is #BCEEC3. Grayscale: #242424. Windows color (decimal): -12381892 or 3936579. OLE color: 3936579.
HSL color Cylindrical-coordinate representation of color #43113C: hue angle of 308.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43113C is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 17 | 60 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.74 |
| HSL | 308.4º | 0.6% | 0.16% | - |
| HSV(B) | 308.4º | 0.75% | 0.26% | - |
| XYZ | 3.33 | 1.92 | 4.47 | - |
| YUV | 36.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 60 | 0 | 0.75 | 0.10 | 0.74 | 308.4 | 0.6 | 0.16 |
| Hex | 43 | 11 | 3C | 0 | 4B | A | 4A | 134 | 3C | 10 |
| Octal | 103 | 21 | 74 | 0 | 113 | 12 | 112 | 464 | 74 | 20 |
| Binary | 1000011 | 10001 | 111100 | 0 | 1001011 | 1010 | 1001010 | 100110100 | 111100 | 10000 |
Color Harmonies of #43113C
Complementary color
Monochromatic Colors of #43113C
Black with #43113C
Text Example
Text Example
White with #43113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43113C; }
p { color: rgb(67,17,60); }
H1.HeaderClassName
{
color: #43113C;
}
.AnyTagClassName
{
color: #43113C;
}
</style>
background-color css
<style>
a { background-color: #43113C; }
a { background-color: rgb(67,17,60); }
div.DivClassName
{
background-color: #43113C;
}
.BgClassName
{
background-color: #43113C;
}
</style>
border-color css
<style>
span { border-color: #43113C; }
span { border-color: rgb(67,17,60); }
td.TdClassName
{
border-color: #43113C;
}
.TagClassName
{
border-color: #43113C;
}
</style>