Shades of Mardi Gras #43133C
Tints of Mardi Gras #43133C
RGB
CMYK
RGB Variations
Color information
#43133C (or 0x43133C) is known color: Mardi Gras. HEX triplet: 43, 13 and 3C. RGB value is (67,19,60). Sum of RGB (Red+Green+Blue) = 67+19+60=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #43133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43133C is #BCECC3. Grayscale: #252525. Windows color (decimal): -12381380 or 3937091. OLE color: 3937091.
HSL color Cylindrical-coordinate representation of color #43133C: hue angle of 308.75º 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 #43133C is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 60 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.74 |
| HSL | 308.75º | 0.56% | 0.17% | - |
| HSV(B) | 308.75º | 0.72% | 0.26% | - |
| XYZ | 3.36 | 1.99 | 4.48 | - |
| YUV | 38.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 60 | 0 | 0.72 | 0.10 | 0.74 | 308.75 | 0.56 | 0.17 |
| Hex | 43 | 13 | 3C | 0 | 48 | A | 4A | 135 | 38 | 11 |
| Octal | 103 | 23 | 74 | 0 | 110 | 12 | 112 | 465 | 70 | 21 |
| Binary | 1000011 | 10011 | 111100 | 0 | 1001000 | 1010 | 1001010 | 100110101 | 111000 | 10001 |
Color Harmonies of #43133C
Complementary color
Monochromatic Colors of #43133C
Black with #43133C
Text Example
Text Example
White with #43133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43133C; }
p { color: rgb(67,19,60); }
H1.HeaderClassName
{
color: #43133C;
}
.AnyTagClassName
{
color: #43133C;
}
</style>
background-color css
<style>
a { background-color: #43133C; }
a { background-color: rgb(67,19,60); }
div.DivClassName
{
background-color: #43133C;
}
.BgClassName
{
background-color: #43133C;
}
</style>
border-color css
<style>
span { border-color: #43133C; }
span { border-color: rgb(67,19,60); }
td.TdClassName
{
border-color: #43133C;
}
.TagClassName
{
border-color: #43133C;
}
</style>