Shades of Mardi Gras #43033F
Tints of Mardi Gras #43033F
RGB
CMYK
RGB Variations
Color information
#43033F (or 0x43033F) is known color: Mardi Gras. HEX triplet: 43, 03 and 3F. RGB value is (67,3,63). Sum of RGB (Red+Green+Blue) = 67+3+63=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #43033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43033F is #BCFCC0. Grayscale: #1C1C1C. Windows color (decimal): -12385473 or 4129603. OLE color: 4129603.
HSL color Cylindrical-coordinate representation of color #43033F: hue angle of 303.75º 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 #43033F is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 63 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.74 |
| HSL | 303.75º | 0.91% | 0.14% | - |
| HSV(B) | 303.75º | 0.96% | 0.26% | - |
| XYZ | 3.24 | 1.62 | 4.84 | - |
| YUV | 28.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 63 | 0 | 0.96 | 0.06 | 0.74 | 303.75 | 0.91 | 0.14 |
| Hex | 43 | 3 | 3F | 0 | 60 | 6 | 4A | 130 | 5B | E |
| Octal | 103 | 3 | 77 | 0 | 140 | 6 | 112 | 460 | 133 | 16 |
| Binary | 1000011 | 11 | 111111 | 0 | 1100000 | 110 | 1001010 | 100110000 | 1011011 | 1110 |
Color Harmonies of #43033F
Complementary color
Monochromatic Colors of #43033F
Black with #43033F
Text Example
Text Example
White with #43033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43033F; }
p { color: rgb(67,3,63); }
H1.HeaderClassName
{
color: #43033F;
}
.AnyTagClassName
{
color: #43033F;
}
</style>
background-color css
<style>
a { background-color: #43033F; }
a { background-color: rgb(67,3,63); }
div.DivClassName
{
background-color: #43033F;
}
.BgClassName
{
background-color: #43033F;
}
</style>
border-color css
<style>
span { border-color: #43033F; }
span { border-color: rgb(67,3,63); }
td.TdClassName
{
border-color: #43033F;
}
.TagClassName
{
border-color: #43033F;
}
</style>