Shades of Mardi Gras #43013C
Tints of Mardi Gras #43013C
RGB
CMYK
RGB Variations
Color information
#43013C (or 0x43013C) is known color: Mardi Gras. HEX triplet: 43, 01 and 3C. RGB value is (67,1,60). Sum of RGB (Red+Green+Blue) = 67+1+60=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43013C is #BCFEC3. Grayscale: #1B1B1B. Windows color (decimal): -12385988 or 3932483. OLE color: 3932483.
HSL color Cylindrical-coordinate representation of color #43013C: hue angle of 306.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43013C is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.74 |
| HSL | 306.36º | 0.97% | 0.13% | - |
| HSV(B) | 306.36º | 0.99% | 0.26% | - |
| XYZ | 3.14 | 1.54 | 4.41 | - |
| YUV | 27.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 60 | 0 | 0.99 | 0.10 | 0.74 | 306.36 | 0.97 | 0.13 |
| Hex | 43 | 1 | 3C | 0 | 63 | A | 4A | 132 | 61 | D |
| Octal | 103 | 1 | 74 | 0 | 143 | 12 | 112 | 462 | 141 | 15 |
| Binary | 1000011 | 1 | 111100 | 0 | 1100011 | 1010 | 1001010 | 100110010 | 1100001 | 1101 |
Color Harmonies of #43013C
Complementary color
Monochromatic Colors of #43013C
Black with #43013C
Text Example
Text Example
White with #43013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43013C; }
p { color: rgb(67,1,60); }
H1.HeaderClassName
{
color: #43013C;
}
.AnyTagClassName
{
color: #43013C;
}
</style>
background-color css
<style>
a { background-color: #43013C; }
a { background-color: rgb(67,1,60); }
div.DivClassName
{
background-color: #43013C;
}
.BgClassName
{
background-color: #43013C;
}
</style>
border-color css
<style>
span { border-color: #43013C; }
span { border-color: rgb(67,1,60); }
td.TdClassName
{
border-color: #43013C;
}
.TagClassName
{
border-color: #43013C;
}
</style>