Shades of Mardi Gras #43063B
Tints of Mardi Gras #43063B
RGB
CMYK
RGB Variations
Color information
#43063B (or 0x43063B) is known color: Mardi Gras. HEX triplet: 43, 06 and 3B. RGB value is (67,6,59). Sum of RGB (Red+Green+Blue) = 67+6+59=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #43063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43063B is #BCF9C4. Grayscale: #1E1E1E. Windows color (decimal): -12384709 or 3868227. OLE color: 3868227.
HSL color Cylindrical-coordinate representation of color #43063B: hue angle of 307.87º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43063B is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 6 | 59 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.74 |
| HSL | 307.87º | 0.84% | 0.14% | - |
| HSV(B) | 307.87º | 0.91% | 0.26% | - |
| XYZ | 3.17 | 1.64 | 4.29 | - |
| YUV | 30.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 59 | 0 | 0.91 | 0.12 | 0.74 | 307.87 | 0.84 | 0.14 |
| Hex | 43 | 6 | 3B | 0 | 5B | C | 4A | 134 | 54 | E |
| Octal | 103 | 6 | 73 | 0 | 133 | 14 | 112 | 464 | 124 | 16 |
| Binary | 1000011 | 110 | 111011 | 0 | 1011011 | 1100 | 1001010 | 100110100 | 1010100 | 1110 |
Color Harmonies of #43063B
Complementary color
Monochromatic Colors of #43063B
Black with #43063B
Text Example
Text Example
White with #43063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43063B; }
p { color: rgb(67,6,59); }
H1.HeaderClassName
{
color: #43063B;
}
.AnyTagClassName
{
color: #43063B;
}
</style>
background-color css
<style>
a { background-color: #43063B; }
a { background-color: rgb(67,6,59); }
div.DivClassName
{
background-color: #43063B;
}
.BgClassName
{
background-color: #43063B;
}
</style>
border-color css
<style>
span { border-color: #43063B; }
span { border-color: rgb(67,6,59); }
td.TdClassName
{
border-color: #43063B;
}
.TagClassName
{
border-color: #43063B;
}
</style>