Shades of Mardi Gras #43023F
Tints of Mardi Gras #43023F
RGB
CMYK
RGB Variations
Color information
#43023F (or 0x43023F) is known color: Mardi Gras. HEX triplet: 43, 02 and 3F. RGB value is (67,2,63). Sum of RGB (Red+Green+Blue) = 67+2+63=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #43023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43023F is #BCFDC0. Grayscale: #1C1C1C. Windows color (decimal): -12385729 or 4129347. OLE color: 4129347.
HSL color Cylindrical-coordinate representation of color #43023F: hue angle of 303.69º 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 #43023F is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 63 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.74 |
| HSL | 303.69º | 0.94% | 0.14% | - |
| HSV(B) | 303.69º | 0.97% | 0.26% | - |
| XYZ | 3.23 | 1.6 | 4.84 | - |
| YUV | 28.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 63 | 0 | 0.97 | 0.06 | 0.74 | 303.69 | 0.94 | 0.14 |
| Hex | 43 | 2 | 3F | 0 | 61 | 6 | 4A | 130 | 5E | E |
| Octal | 103 | 2 | 77 | 0 | 141 | 6 | 112 | 460 | 136 | 16 |
| Binary | 1000011 | 10 | 111111 | 0 | 1100001 | 110 | 1001010 | 100110000 | 1011110 | 1110 |
Color Harmonies of #43023F
Complementary color
Monochromatic Colors of #43023F
Black with #43023F
Text Example
Text Example
White with #43023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43023F; }
p { color: rgb(67,2,63); }
H1.HeaderClassName
{
color: #43023F;
}
.AnyTagClassName
{
color: #43023F;
}
</style>
background-color css
<style>
a { background-color: #43023F; }
a { background-color: rgb(67,2,63); }
div.DivClassName
{
background-color: #43023F;
}
.BgClassName
{
background-color: #43023F;
}
</style>
border-color css
<style>
span { border-color: #43023F; }
span { border-color: rgb(67,2,63); }
td.TdClassName
{
border-color: #43023F;
}
.TagClassName
{
border-color: #43023F;
}
</style>