Shades of Mardi Gras #43123F
Tints of Mardi Gras #43123F
RGB
CMYK
RGB Variations
Color information
#43123F (or 0x43123F) is known color: Mardi Gras. HEX triplet: 43, 12 and 3F. RGB value is (67,18,63). Sum of RGB (Red+Green+Blue) = 67+18+63=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #43123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43123F is #BCEDC0. Grayscale: #252525. Windows color (decimal): -12381633 or 4133443. OLE color: 4133443.
HSL color Cylindrical-coordinate representation of color #43123F: hue angle of 304.9º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43123F is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 63 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.74 |
| HSL | 304.9º | 0.58% | 0.17% | - |
| HSV(B) | 304.9º | 0.73% | 0.26% | - |
| XYZ | 3.43 | 1.98 | 4.91 | - |
| YUV | 37.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 63 | 0 | 0.73 | 0.06 | 0.74 | 304.9 | 0.58 | 0.17 |
| Hex | 43 | 12 | 3F | 0 | 49 | 6 | 4A | 131 | 3A | 11 |
| Octal | 103 | 22 | 77 | 0 | 111 | 6 | 112 | 461 | 72 | 21 |
| Binary | 1000011 | 10010 | 111111 | 0 | 1001001 | 110 | 1001010 | 100110001 | 111010 | 10001 |
Color Harmonies of #43123F
Complementary color
Monochromatic Colors of #43123F
Black with #43123F
Text Example
Text Example
White with #43123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43123F; }
p { color: rgb(67,18,63); }
H1.HeaderClassName
{
color: #43123F;
}
.AnyTagClassName
{
color: #43123F;
}
</style>
background-color css
<style>
a { background-color: #43123F; }
a { background-color: rgb(67,18,63); }
div.DivClassName
{
background-color: #43123F;
}
.BgClassName
{
background-color: #43123F;
}
</style>
border-color css
<style>
span { border-color: #43123F; }
span { border-color: rgb(67,18,63); }
td.TdClassName
{
border-color: #43123F;
}
.TagClassName
{
border-color: #43123F;
}
</style>