Shades of Mardi Gras #43143D
Tints of Mardi Gras #43143D
RGB
CMYK
RGB Variations
Color information
#43143D (or 0x43143D) is known color: Mardi Gras. HEX triplet: 43, 14 and 3D. RGB value is (67,20,61). Sum of RGB (Red+Green+Blue) = 67+20+61=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #43143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43143D is #BCEBC2. Grayscale: #262626. Windows color (decimal): -12381123 or 4002883. OLE color: 4002883.
HSL color Cylindrical-coordinate representation of color #43143D: hue angle of 307.66º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43143D is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 61 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.74 |
| HSL | 307.66º | 0.54% | 0.17% | - |
| HSV(B) | 307.66º | 0.7% | 0.26% | - |
| XYZ | 3.41 | 2.03 | 4.63 | - |
| YUV | 38.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 61 | 0 | 0.70 | 0.09 | 0.74 | 307.66 | 0.54 | 0.17 |
| Hex | 43 | 14 | 3D | 0 | 46 | 9 | 4A | 134 | 36 | 11 |
| Octal | 103 | 24 | 75 | 0 | 106 | 11 | 112 | 464 | 66 | 21 |
| Binary | 1000011 | 10100 | 111101 | 0 | 1000110 | 1001 | 1001010 | 100110100 | 110110 | 10001 |
Color Harmonies of #43143D
Complementary color
Monochromatic Colors of #43143D
Black with #43143D
Text Example
Text Example
White with #43143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43143D; }
p { color: rgb(67,20,61); }
H1.HeaderClassName
{
color: #43143D;
}
.AnyTagClassName
{
color: #43143D;
}
</style>
background-color css
<style>
a { background-color: #43143D; }
a { background-color: rgb(67,20,61); }
div.DivClassName
{
background-color: #43143D;
}
.BgClassName
{
background-color: #43143D;
}
</style>
border-color css
<style>
span { border-color: #43143D; }
span { border-color: rgb(67,20,61); }
td.TdClassName
{
border-color: #43143D;
}
.TagClassName
{
border-color: #43143D;
}
</style>