Shades of Mardi Gras #43023E
Tints of Mardi Gras #43023E
RGB
CMYK
RGB Variations
Color information
#43023E (or 0x43023E) is known color: Mardi Gras. HEX triplet: 43, 02 and 3E. RGB value is (67,2,62). Sum of RGB (Red+Green+Blue) = 67+2+62=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43023E is #BCFDC1. Grayscale: #1C1C1C. Windows color (decimal): -12385730 or 4063811. OLE color: 4063811.
HSL color Cylindrical-coordinate representation of color #43023E: hue angle of 304.62º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43023E is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 62 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.74 |
| HSL | 304.62º | 0.94% | 0.14% | - |
| HSV(B) | 304.62º | 0.97% | 0.26% | - |
| XYZ | 3.21 | 1.58 | 4.69 | - |
| YUV | 28.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 62 | 0 | 0.97 | 0.07 | 0.74 | 304.62 | 0.94 | 0.14 |
| Hex | 43 | 2 | 3E | 0 | 61 | 7 | 4A | 131 | 5E | E |
| Octal | 103 | 2 | 76 | 0 | 141 | 7 | 112 | 461 | 136 | 16 |
| Binary | 1000011 | 10 | 111110 | 0 | 1100001 | 111 | 1001010 | 100110001 | 1011110 | 1110 |
Color Harmonies of #43023E
Complementary color
Monochromatic Colors of #43023E
Black with #43023E
Text Example
Text Example
White with #43023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43023E; }
p { color: rgb(67,2,62); }
H1.HeaderClassName
{
color: #43023E;
}
.AnyTagClassName
{
color: #43023E;
}
</style>
background-color css
<style>
a { background-color: #43023E; }
a { background-color: rgb(67,2,62); }
div.DivClassName
{
background-color: #43023E;
}
.BgClassName
{
background-color: #43023E;
}
</style>
border-color css
<style>
span { border-color: #43023E; }
span { border-color: rgb(67,2,62); }
td.TdClassName
{
border-color: #43023E;
}
.TagClassName
{
border-color: #43023E;
}
</style>