Shades of Mardi Gras #43073C
Tints of Mardi Gras #43073C
RGB
CMYK
RGB Variations
Color information
#43073C (or 0x43073C) is known color: Mardi Gras. HEX triplet: 43, 07 and 3C. RGB value is (67,7,60). Sum of RGB (Red+Green+Blue) = 67+7+60=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #43073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43073C is #BCF8C3. Grayscale: #1E1E1E. Windows color (decimal): -12384452 or 3934019. OLE color: 3934019.
HSL color Cylindrical-coordinate representation of color #43073C: hue angle of 307º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43073C is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 60 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.74 |
| HSL | 307º | 0.81% | 0.15% | - |
| HSV(B) | 307º | 0.9% | 0.26% | - |
| XYZ | 3.21 | 1.67 | 4.43 | - |
| YUV | 30.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 60 | 0 | 0.90 | 0.10 | 0.74 | 307 | 0.81 | 0.15 |
| Hex | 43 | 7 | 3C | 0 | 5A | A | 4A | 133 | 51 | F |
| Octal | 103 | 7 | 74 | 0 | 132 | 12 | 112 | 463 | 121 | 17 |
| Binary | 1000011 | 111 | 111100 | 0 | 1011010 | 1010 | 1001010 | 100110011 | 1010001 | 1111 |
Color Harmonies of #43073C
Complementary color
Monochromatic Colors of #43073C
Black with #43073C
Text Example
Text Example
White with #43073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43073C; }
p { color: rgb(67,7,60); }
H1.HeaderClassName
{
color: #43073C;
}
.AnyTagClassName
{
color: #43073C;
}
</style>
background-color css
<style>
a { background-color: #43073C; }
a { background-color: rgb(67,7,60); }
div.DivClassName
{
background-color: #43073C;
}
.BgClassName
{
background-color: #43073C;
}
</style>
border-color css
<style>
span { border-color: #43073C; }
span { border-color: rgb(67,7,60); }
td.TdClassName
{
border-color: #43073C;
}
.TagClassName
{
border-color: #43073C;
}
</style>