Shades of Mardi Gras #43113A
Tints of Mardi Gras #43113A
RGB
CMYK
RGB Variations
Color information
#43113A (or 0x43113A) is known color: Mardi Gras. HEX triplet: 43, 11 and 3A. RGB value is (67,17,58). Sum of RGB (Red+Green+Blue) = 67+17+58=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #43113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43113A is #BCEEC5. Grayscale: #242424. Windows color (decimal): -12381894 or 3805507. OLE color: 3805507.
HSL color Cylindrical-coordinate representation of color #43113A: hue angle of 310.8º 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 #43113A is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 17 | 58 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.74 |
| HSL | 310.8º | 0.6% | 0.16% | - |
| HSV(B) | 310.8º | 0.75% | 0.26% | - |
| XYZ | 3.28 | 1.9 | 4.2 | - |
| YUV | 36.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 58 | 0 | 0.75 | 0.13 | 0.74 | 310.8 | 0.6 | 0.16 |
| Hex | 43 | 11 | 3A | 0 | 4B | D | 4A | 137 | 3C | 10 |
| Octal | 103 | 21 | 72 | 0 | 113 | 15 | 112 | 467 | 74 | 20 |
| Binary | 1000011 | 10001 | 111010 | 0 | 1001011 | 1101 | 1001010 | 100110111 | 111100 | 10000 |
Color Harmonies of #43113A
Complementary color
Monochromatic Colors of #43113A
Black with #43113A
Text Example
Text Example
White with #43113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43113A; }
p { color: rgb(67,17,58); }
H1.HeaderClassName
{
color: #43113A;
}
.AnyTagClassName
{
color: #43113A;
}
</style>
background-color css
<style>
a { background-color: #43113A; }
a { background-color: rgb(67,17,58); }
div.DivClassName
{
background-color: #43113A;
}
.BgClassName
{
background-color: #43113A;
}
</style>
border-color css
<style>
span { border-color: #43113A; }
span { border-color: rgb(67,17,58); }
td.TdClassName
{
border-color: #43113A;
}
.TagClassName
{
border-color: #43113A;
}
</style>