Shades of Mardi Gras #43033B
Tints of Mardi Gras #43033B
RGB
CMYK
RGB Variations
Color information
#43033B (or 0x43033B) is known color: Mardi Gras. HEX triplet: 43, 03 and 3B. RGB value is (67,3,59). Sum of RGB (Red+Green+Blue) = 67+3+59=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43033B is #BCFCC4. Grayscale: #1C1C1C. Windows color (decimal): -12385477 or 3867459. OLE color: 3867459.
HSL color Cylindrical-coordinate representation of color #43033B: hue angle of 307.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43033B is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 59 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.74 |
| HSL | 307.5º | 0.91% | 0.14% | - |
| HSV(B) | 307.5º | 0.96% | 0.26% | - |
| XYZ | 3.14 | 1.57 | 4.28 | - |
| YUV | 28.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 59 | 0 | 0.96 | 0.12 | 0.74 | 307.5 | 0.91 | 0.14 |
| Hex | 43 | 3 | 3B | 0 | 60 | C | 4A | 134 | 5B | E |
| Octal | 103 | 3 | 73 | 0 | 140 | 14 | 112 | 464 | 133 | 16 |
| Binary | 1000011 | 11 | 111011 | 0 | 1100000 | 1100 | 1001010 | 100110100 | 1011011 | 1110 |
Color Harmonies of #43033B
Complementary color
Monochromatic Colors of #43033B
Black with #43033B
Text Example
Text Example
White with #43033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43033B; }
p { color: rgb(67,3,59); }
H1.HeaderClassName
{
color: #43033B;
}
.AnyTagClassName
{
color: #43033B;
}
</style>
background-color css
<style>
a { background-color: #43033B; }
a { background-color: rgb(67,3,59); }
div.DivClassName
{
background-color: #43033B;
}
.BgClassName
{
background-color: #43033B;
}
</style>
border-color css
<style>
span { border-color: #43033B; }
span { border-color: rgb(67,3,59); }
td.TdClassName
{
border-color: #43033B;
}
.TagClassName
{
border-color: #43033B;
}
</style>