Shades of Mardi Gras #43133F
Tints of Mardi Gras #43133F
RGB
CMYK
RGB Variations
Color information
#43133F (or 0x43133F) is known color: Mardi Gras. HEX triplet: 43, 13 and 3F. RGB value is (67,19,63). Sum of RGB (Red+Green+Blue) = 67+19+63=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #43133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43133F is #BCECC0. Grayscale: #262626. Windows color (decimal): -12381377 or 4133699. OLE color: 4133699.
HSL color Cylindrical-coordinate representation of color #43133F: hue angle of 305º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43133F is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 63 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.74 |
| HSL | 305º | 0.56% | 0.17% | - |
| HSV(B) | 305º | 0.72% | 0.26% | - |
| XYZ | 3.44 | 2.02 | 4.91 | - |
| YUV | 38.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 63 | 0 | 0.72 | 0.06 | 0.74 | 305 | 0.56 | 0.17 |
| Hex | 43 | 13 | 3F | 0 | 48 | 6 | 4A | 131 | 38 | 11 |
| Octal | 103 | 23 | 77 | 0 | 110 | 6 | 112 | 461 | 70 | 21 |
| Binary | 1000011 | 10011 | 111111 | 0 | 1001000 | 110 | 1001010 | 100110001 | 111000 | 10001 |
Color Harmonies of #43133F
Complementary color
Monochromatic Colors of #43133F
Black with #43133F
Text Example
Text Example
White with #43133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43133F; }
p { color: rgb(67,19,63); }
H1.HeaderClassName
{
color: #43133F;
}
.AnyTagClassName
{
color: #43133F;
}
</style>
background-color css
<style>
a { background-color: #43133F; }
a { background-color: rgb(67,19,63); }
div.DivClassName
{
background-color: #43133F;
}
.BgClassName
{
background-color: #43133F;
}
</style>
border-color css
<style>
span { border-color: #43133F; }
span { border-color: rgb(67,19,63); }
td.TdClassName
{
border-color: #43133F;
}
.TagClassName
{
border-color: #43133F;
}
</style>