Shades of Mardi Gras #41123D
Tints of Mardi Gras #41123D
RGB
CMYK
RGB Variations
Color information
#41123D (or 0x41123D) is known color: Mardi Gras. HEX triplet: 41, 12 and 3D. RGB value is (65,18,61). Sum of RGB (Red+Green+Blue) = 65+18+61=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41123D is #BEEDC2. Grayscale: #242424. Windows color (decimal): -12512707 or 4002369. OLE color: 4002369.
HSL color Cylindrical-coordinate representation of color #41123D: hue angle of 305.11º 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 #41123D is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 61 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.75 |
| HSL | 305.11º | 0.57% | 0.16% | - |
| HSV(B) | 305.11º | 0.72% | 0.25% | - |
| XYZ | 3.24 | 1.89 | 4.61 | - |
| YUV | 36.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 61 | 0 | 0.72 | 0.06 | 0.75 | 305.11 | 0.57 | 0.16 |
| Hex | 41 | 12 | 3D | 0 | 48 | 6 | 4B | 131 | 39 | 10 |
| Octal | 101 | 22 | 75 | 0 | 110 | 6 | 113 | 461 | 71 | 20 |
| Binary | 1000001 | 10010 | 111101 | 0 | 1001000 | 110 | 1001011 | 100110001 | 111001 | 10000 |
Color Harmonies of #41123D
Complementary color
Monochromatic Colors of #41123D
Black with #41123D
Text Example
Text Example
White with #41123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41123D; }
p { color: rgb(65,18,61); }
H1.HeaderClassName
{
color: #41123D;
}
.AnyTagClassName
{
color: #41123D;
}
</style>
background-color css
<style>
a { background-color: #41123D; }
a { background-color: rgb(65,18,61); }
div.DivClassName
{
background-color: #41123D;
}
.BgClassName
{
background-color: #41123D;
}
</style>
border-color css
<style>
span { border-color: #41123D; }
span { border-color: rgb(65,18,61); }
td.TdClassName
{
border-color: #41123D;
}
.TagClassName
{
border-color: #41123D;
}
</style>