Shades of Mardi Gras #43003E
Tints of Mardi Gras #43003E
RGB
CMYK
RGB Variations
Color information
#43003E (or 0x43003E) is known color: Mardi Gras. HEX triplet: 43, 00 and 3E. RGB value is (67,0,62). Sum of RGB (Red+Green+Blue) = 67+0+62=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43003E is #BCFFC1. Grayscale: #1A1A1A. Windows color (decimal): -12386242 or 4063299. OLE color: 4063299.
HSL color Cylindrical-coordinate representation of color #43003E: hue angle of 304.48º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43003E is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.07 | 0.74 |
| HSL | 304.48º | 1% | 0.13% | - |
| HSV(B) | 304.48º | 1% | 0.26% | - |
| XYZ | 3.18 | 1.54 | 4.69 | - |
| YUV | 27.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 62 | 0 | 1 | 0.07 | 0.74 | 304.48 | 1 | 0.13 |
| Hex | 43 | 0 | 3E | 0 | 64 | 7 | 4A | 130 | 64 | D |
| Octal | 103 | 0 | 76 | 0 | 144 | 7 | 112 | 460 | 144 | 15 |
| Binary | 1000011 | 0 | 111110 | 0 | 1100100 | 111 | 1001010 | 100110000 | 1100100 | 1101 |
Color Harmonies of #43003E
Complementary color
Monochromatic Colors of #43003E
Black with #43003E
Text Example
Text Example
White with #43003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43003E; }
p { color: rgb(67,0,62); }
H1.HeaderClassName
{
color: #43003E;
}
.AnyTagClassName
{
color: #43003E;
}
</style>
background-color css
<style>
a { background-color: #43003E; }
a { background-color: rgb(67,0,62); }
div.DivClassName
{
background-color: #43003E;
}
.BgClassName
{
background-color: #43003E;
}
</style>
border-color css
<style>
span { border-color: #43003E; }
span { border-color: rgb(67,0,62); }
td.TdClassName
{
border-color: #43003E;
}
.TagClassName
{
border-color: #43003E;
}
</style>