Shades of Mardi Gras #43063D
Tints of Mardi Gras #43063D
RGB
CMYK
RGB Variations
Color information
#43063D (or 0x43063D) is known color: Mardi Gras. HEX triplet: 43, 06 and 3D. RGB value is (67,6,61). Sum of RGB (Red+Green+Blue) = 67+6+61=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #43063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43063D is #BCF9C2. Grayscale: #1E1E1E. Windows color (decimal): -12384707 or 3999299. OLE color: 3999299.
HSL color Cylindrical-coordinate representation of color #43063D: hue angle of 305.9º 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 #43063D is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 6 | 61 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.74 |
| HSL | 305.9º | 0.84% | 0.14% | - |
| HSV(B) | 305.9º | 0.91% | 0.26% | - |
| XYZ | 3.22 | 1.66 | 4.57 | - |
| YUV | 30.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 61 | 0 | 0.91 | 0.09 | 0.74 | 305.9 | 0.84 | 0.14 |
| Hex | 43 | 6 | 3D | 0 | 5B | 9 | 4A | 132 | 54 | E |
| Octal | 103 | 6 | 75 | 0 | 133 | 11 | 112 | 462 | 124 | 16 |
| Binary | 1000011 | 110 | 111101 | 0 | 1011011 | 1001 | 1001010 | 100110010 | 1010100 | 1110 |
Color Harmonies of #43063D
Complementary color
Monochromatic Colors of #43063D
Black with #43063D
Text Example
Text Example
White with #43063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43063D; }
p { color: rgb(67,6,61); }
H1.HeaderClassName
{
color: #43063D;
}
.AnyTagClassName
{
color: #43063D;
}
</style>
background-color css
<style>
a { background-color: #43063D; }
a { background-color: rgb(67,6,61); }
div.DivClassName
{
background-color: #43063D;
}
.BgClassName
{
background-color: #43063D;
}
</style>
border-color css
<style>
span { border-color: #43063D; }
span { border-color: rgb(67,6,61); }
td.TdClassName
{
border-color: #43063D;
}
.TagClassName
{
border-color: #43063D;
}
</style>