Shades of Mardi Gras #43033D
Tints of Mardi Gras #43033D
RGB
CMYK
RGB Variations
Color information
#43033D (or 0x43033D) is known color: Mardi Gras. HEX triplet: 43, 03 and 3D. RGB value is (67,3,61). Sum of RGB (Red+Green+Blue) = 67+3+61=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43033D is #BCFCC2. Grayscale: #1C1C1C. Windows color (decimal): -12385475 or 3998531. OLE color: 3998531.
HSL color Cylindrical-coordinate representation of color #43033D: hue angle of 305.62º 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 #43033D is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 61 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.74 |
| HSL | 305.63º | 0.91% | 0.14% | - |
| HSV(B) | 305.63º | 0.96% | 0.26% | - |
| XYZ | 3.19 | 1.6 | 4.55 | - |
| YUV | 28.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 61 | 0 | 0.96 | 0.09 | 0.74 | 305.63 | 0.91 | 0.14 |
| Hex | 43 | 3 | 3D | 0 | 60 | 9 | 4A | 132 | 5B | E |
| Octal | 103 | 3 | 75 | 0 | 140 | 11 | 112 | 462 | 133 | 16 |
| Binary | 1000011 | 11 | 111101 | 0 | 1100000 | 1001 | 1001010 | 100110010 | 1011011 | 1110 |
Color Harmonies of #43033D
Complementary color
Monochromatic Colors of #43033D
Black with #43033D
Text Example
Text Example
White with #43033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43033D; }
p { color: rgb(67,3,61); }
H1.HeaderClassName
{
color: #43033D;
}
.AnyTagClassName
{
color: #43033D;
}
</style>
background-color css
<style>
a { background-color: #43033D; }
a { background-color: rgb(67,3,61); }
div.DivClassName
{
background-color: #43033D;
}
.BgClassName
{
background-color: #43033D;
}
</style>
border-color css
<style>
span { border-color: #43033D; }
span { border-color: rgb(67,3,61); }
td.TdClassName
{
border-color: #43033D;
}
.TagClassName
{
border-color: #43033D;
}
</style>