Shades of Mardi Gras #43113D
Tints of Mardi Gras #43113D
RGB
CMYK
RGB Variations
Color information
#43113D (or 0x43113D) is known color: Mardi Gras. HEX triplet: 43, 11 and 3D. RGB value is (67,17,61). Sum of RGB (Red+Green+Blue) = 67+17+61=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #43113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43113D is #BCEEC2. Grayscale: #242424. Windows color (decimal): -12381891 or 4002115. OLE color: 4002115.
HSL color Cylindrical-coordinate representation of color #43113D: hue angle of 307.2º 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 #43113D is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 17 | 61 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.74 |
| HSL | 307.2º | 0.6% | 0.16% | - |
| HSV(B) | 307.2º | 0.75% | 0.26% | - |
| XYZ | 3.36 | 1.93 | 4.61 | - |
| YUV | 36.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 61 | 0 | 0.75 | 0.09 | 0.74 | 307.2 | 0.6 | 0.16 |
| Hex | 43 | 11 | 3D | 0 | 4B | 9 | 4A | 133 | 3C | 10 |
| Octal | 103 | 21 | 75 | 0 | 113 | 11 | 112 | 463 | 74 | 20 |
| Binary | 1000011 | 10001 | 111101 | 0 | 1001011 | 1001 | 1001010 | 100110011 | 111100 | 10000 |
Color Harmonies of #43113D
Complementary color
Monochromatic Colors of #43113D
Black with #43113D
Text Example
Text Example
White with #43113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43113D; }
p { color: rgb(67,17,61); }
H1.HeaderClassName
{
color: #43113D;
}
.AnyTagClassName
{
color: #43113D;
}
</style>
background-color css
<style>
a { background-color: #43113D; }
a { background-color: rgb(67,17,61); }
div.DivClassName
{
background-color: #43113D;
}
.BgClassName
{
background-color: #43113D;
}
</style>
border-color css
<style>
span { border-color: #43113D; }
span { border-color: rgb(67,17,61); }
td.TdClassName
{
border-color: #43113D;
}
.TagClassName
{
border-color: #43113D;
}
</style>