Shades of Mardi Gras #43043C
Tints of Mardi Gras #43043C
RGB
CMYK
RGB Variations
Color information
#43043C (or 0x43043C) is known color: Mardi Gras. HEX triplet: 43, 04 and 3C. RGB value is (67,4,60). Sum of RGB (Red+Green+Blue) = 67+4+60=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43043C is #BCFBC3. Grayscale: #1D1D1D. Windows color (decimal): -12385220 or 3933251. OLE color: 3933251.
HSL color Cylindrical-coordinate representation of color #43043C: hue angle of 306.67º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43043C is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 4 | 60 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.74 |
| HSL | 306.67º | 0.89% | 0.14% | - |
| HSV(B) | 306.67º | 0.94% | 0.26% | - |
| XYZ | 3.17 | 1.61 | 4.42 | - |
| YUV | 29.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 60 | 0 | 0.94 | 0.10 | 0.74 | 306.67 | 0.89 | 0.14 |
| Hex | 43 | 4 | 3C | 0 | 5E | A | 4A | 133 | 59 | E |
| Octal | 103 | 4 | 74 | 0 | 136 | 12 | 112 | 463 | 131 | 16 |
| Binary | 1000011 | 100 | 111100 | 0 | 1011110 | 1010 | 1001010 | 100110011 | 1011001 | 1110 |
Color Harmonies of #43043C
Complementary color
Monochromatic Colors of #43043C
Black with #43043C
Text Example
Text Example
White with #43043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43043C; }
p { color: rgb(67,4,60); }
H1.HeaderClassName
{
color: #43043C;
}
.AnyTagClassName
{
color: #43043C;
}
</style>
background-color css
<style>
a { background-color: #43043C; }
a { background-color: rgb(67,4,60); }
div.DivClassName
{
background-color: #43043C;
}
.BgClassName
{
background-color: #43043C;
}
</style>
border-color css
<style>
span { border-color: #43043C; }
span { border-color: rgb(67,4,60); }
td.TdClassName
{
border-color: #43043C;
}
.TagClassName
{
border-color: #43043C;
}
</style>