Shades of Mardi Gras #43073D
Tints of Mardi Gras #43073D
RGB
CMYK
RGB Variations
Color information
#43073D (or 0x43073D) is known color: Mardi Gras. HEX triplet: 43, 07 and 3D. RGB value is (67,7,61). Sum of RGB (Red+Green+Blue) = 67+7+61=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #43073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43073D is #BCF8C2. Grayscale: #1E1E1E. Windows color (decimal): -12384451 or 3999555. OLE color: 3999555.
HSL color Cylindrical-coordinate representation of color #43073D: hue angle of 306º 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 #43073D is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 61 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.74 |
| HSL | 306º | 0.81% | 0.15% | - |
| HSV(B) | 306º | 0.9% | 0.26% | - |
| XYZ | 3.23 | 1.68 | 4.57 | - |
| YUV | 31.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 61 | 0 | 0.90 | 0.09 | 0.74 | 306 | 0.81 | 0.15 |
| Hex | 43 | 7 | 3D | 0 | 5A | 9 | 4A | 132 | 51 | F |
| Octal | 103 | 7 | 75 | 0 | 132 | 11 | 112 | 462 | 121 | 17 |
| Binary | 1000011 | 111 | 111101 | 0 | 1011010 | 1001 | 1001010 | 100110010 | 1010001 | 1111 |
Color Harmonies of #43073D
Complementary color
Monochromatic Colors of #43073D
Black with #43073D
Text Example
Text Example
White with #43073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43073D; }
p { color: rgb(67,7,61); }
H1.HeaderClassName
{
color: #43073D;
}
.AnyTagClassName
{
color: #43073D;
}
</style>
background-color css
<style>
a { background-color: #43073D; }
a { background-color: rgb(67,7,61); }
div.DivClassName
{
background-color: #43073D;
}
.BgClassName
{
background-color: #43073D;
}
</style>
border-color css
<style>
span { border-color: #43073D; }
span { border-color: rgb(67,7,61); }
td.TdClassName
{
border-color: #43073D;
}
.TagClassName
{
border-color: #43073D;
}
</style>