Shades of Mardi Gras #43143B
Tints of Mardi Gras #43143B
RGB
CMYK
RGB Variations
Color information
#43143B (or 0x43143B) is known color: Mardi Gras. HEX triplet: 43, 14 and 3B. RGB value is (67,20,59). Sum of RGB (Red+Green+Blue) = 67+20+59=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #43143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43143B is #BCEBC4. Grayscale: #262626. Windows color (decimal): -12381125 or 3871811. OLE color: 3871811.
HSL color Cylindrical-coordinate representation of color #43143B: hue angle of 310.21º 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 #43143B is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 59 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.74 |
| HSL | 310.21º | 0.54% | 0.17% | - |
| HSV(B) | 310.21º | 0.7% | 0.26% | - |
| XYZ | 3.35 | 2.01 | 4.35 | - |
| YUV | 38.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 59 | 0 | 0.70 | 0.12 | 0.74 | 310.21 | 0.54 | 0.17 |
| Hex | 43 | 14 | 3B | 0 | 46 | C | 4A | 136 | 36 | 11 |
| Octal | 103 | 24 | 73 | 0 | 106 | 14 | 112 | 466 | 66 | 21 |
| Binary | 1000011 | 10100 | 111011 | 0 | 1000110 | 1100 | 1001010 | 100110110 | 110110 | 10001 |
Color Harmonies of #43143B
Complementary color
Monochromatic Colors of #43143B
Black with #43143B
Text Example
Text Example
White with #43143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43143B; }
p { color: rgb(67,20,59); }
H1.HeaderClassName
{
color: #43143B;
}
.AnyTagClassName
{
color: #43143B;
}
</style>
background-color css
<style>
a { background-color: #43143B; }
a { background-color: rgb(67,20,59); }
div.DivClassName
{
background-color: #43143B;
}
.BgClassName
{
background-color: #43143B;
}
</style>
border-color css
<style>
span { border-color: #43143B; }
span { border-color: rgb(67,20,59); }
td.TdClassName
{
border-color: #43143B;
}
.TagClassName
{
border-color: #43143B;
}
</style>