Shades of Mardi Gras #43163E
Tints of Mardi Gras #43163E
RGB
CMYK
RGB Variations
Color information
#43163E (or 0x43163E) is known color: Mardi Gras. HEX triplet: 43, 16 and 3E. RGB value is (67,22,62). Sum of RGB (Red+Green+Blue) = 67+22+62=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #43163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43163E is #BCE9C1. Grayscale: #272727. Windows color (decimal): -12380610 or 4068931. OLE color: 4068931.
HSL color Cylindrical-coordinate representation of color #43163E: hue angle of 306.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43163E is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 22 | 62 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.74 |
| HSL | 306.67º | 0.51% | 0.17% | - |
| HSV(B) | 306.67º | 0.67% | 0.26% | - |
| XYZ | 3.47 | 2.11 | 4.78 | - |
| YUV | 40.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 62 | 0 | 0.67 | 0.07 | 0.74 | 306.67 | 0.51 | 0.17 |
| Hex | 43 | 16 | 3E | 0 | 43 | 7 | 4A | 133 | 33 | 11 |
| Octal | 103 | 26 | 76 | 0 | 103 | 7 | 112 | 463 | 63 | 21 |
| Binary | 1000011 | 10110 | 111110 | 0 | 1000011 | 111 | 1001010 | 100110011 | 110011 | 10001 |
Color Harmonies of #43163E
Complementary color
Monochromatic Colors of #43163E
Black with #43163E
Text Example
Text Example
White with #43163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43163E; }
p { color: rgb(67,22,62); }
H1.HeaderClassName
{
color: #43163E;
}
.AnyTagClassName
{
color: #43163E;
}
</style>
background-color css
<style>
a { background-color: #43163E; }
a { background-color: rgb(67,22,62); }
div.DivClassName
{
background-color: #43163E;
}
.BgClassName
{
background-color: #43163E;
}
</style>
border-color css
<style>
span { border-color: #43163E; }
span { border-color: rgb(67,22,62); }
td.TdClassName
{
border-color: #43163E;
}
.TagClassName
{
border-color: #43163E;
}
</style>