Shades of Mardi Gras #43133A
Tints of Mardi Gras #43133A
RGB
CMYK
RGB Variations
Color information
#43133A (or 0x43133A) is known color: Mardi Gras. HEX triplet: 43, 13 and 3A. RGB value is (67,19,58). Sum of RGB (Red+Green+Blue) = 67+19+58=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #43133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43133A is #BCECC5. Grayscale: #252525. Windows color (decimal): -12381382 or 3806019. OLE color: 3806019.
HSL color Cylindrical-coordinate representation of color #43133A: hue angle of 311.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43133A is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 58 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.74 |
| HSL | 311.25º | 0.56% | 0.17% | - |
| HSV(B) | 311.25º | 0.72% | 0.26% | - |
| XYZ | 3.31 | 1.96 | 4.21 | - |
| YUV | 37.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 58 | 0 | 0.72 | 0.13 | 0.74 | 311.25 | 0.56 | 0.17 |
| Hex | 43 | 13 | 3A | 0 | 48 | D | 4A | 137 | 38 | 11 |
| Octal | 103 | 23 | 72 | 0 | 110 | 15 | 112 | 467 | 70 | 21 |
| Binary | 1000011 | 10011 | 111010 | 0 | 1001000 | 1101 | 1001010 | 100110111 | 111000 | 10001 |
Color Harmonies of #43133A
Complementary color
Monochromatic Colors of #43133A
Black with #43133A
Text Example
Text Example
White with #43133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43133A; }
p { color: rgb(67,19,58); }
H1.HeaderClassName
{
color: #43133A;
}
.AnyTagClassName
{
color: #43133A;
}
</style>
background-color css
<style>
a { background-color: #43133A; }
a { background-color: rgb(67,19,58); }
div.DivClassName
{
background-color: #43133A;
}
.BgClassName
{
background-color: #43133A;
}
</style>
border-color css
<style>
span { border-color: #43133A; }
span { border-color: rgb(67,19,58); }
td.TdClassName
{
border-color: #43133A;
}
.TagClassName
{
border-color: #43133A;
}
</style>