Shades of Mardi Gras #41123A
Tints of Mardi Gras #41123A
RGB
CMYK
RGB Variations
Color information
#41123A (or 0x41123A) is known color: Mardi Gras. HEX triplet: 41, 12 and 3A. RGB value is (65,18,58). Sum of RGB (Red+Green+Blue) = 65+18+58=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41123A is #BEEDC5. Grayscale: #242424. Windows color (decimal): -12512710 or 3805761. OLE color: 3805761.
HSL color Cylindrical-coordinate representation of color #41123A: hue angle of 308.94º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41123A is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 58 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.75 |
| HSL | 308.94º | 0.57% | 0.16% | - |
| HSV(B) | 308.94º | 0.72% | 0.25% | - |
| XYZ | 3.16 | 1.86 | 4.2 | - |
| YUV | 36.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 58 | 0 | 0.72 | 0.11 | 0.75 | 308.94 | 0.57 | 0.16 |
| Hex | 41 | 12 | 3A | 0 | 48 | B | 4B | 135 | 39 | 10 |
| Octal | 101 | 22 | 72 | 0 | 110 | 13 | 113 | 465 | 71 | 20 |
| Binary | 1000001 | 10010 | 111010 | 0 | 1001000 | 1011 | 1001011 | 100110101 | 111001 | 10000 |
Color Harmonies of #41123A
Complementary color
Monochromatic Colors of #41123A
Black with #41123A
Text Example
Text Example
White with #41123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41123A; }
p { color: rgb(65,18,58); }
H1.HeaderClassName
{
color: #41123A;
}
.AnyTagClassName
{
color: #41123A;
}
</style>
background-color css
<style>
a { background-color: #41123A; }
a { background-color: rgb(65,18,58); }
div.DivClassName
{
background-color: #41123A;
}
.BgClassName
{
background-color: #41123A;
}
</style>
border-color css
<style>
span { border-color: #41123A; }
span { border-color: rgb(65,18,58); }
td.TdClassName
{
border-color: #41123A;
}
.TagClassName
{
border-color: #41123A;
}
</style>