Shades of Mardi Gras #41153D
Tints of Mardi Gras #41153D
RGB
CMYK
RGB Variations
Color information
#41153D (or 0x41153D) is known color: Mardi Gras. HEX triplet: 41, 15 and 3D. RGB value is (65,21,61). Sum of RGB (Red+Green+Blue) = 65+21+61=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41153D is #BEEAC2. Grayscale: #262626. Windows color (decimal): -12511939 or 4003137. OLE color: 4003137.
HSL color Cylindrical-coordinate representation of color #41153D: hue angle of 305.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41153D is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 21 | 61 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.75 |
| HSL | 305.45º | 0.51% | 0.17% | - |
| HSV(B) | 305.45º | 0.68% | 0.25% | - |
| XYZ | 3.29 | 2 | 4.63 | - |
| YUV | 38.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 61 | 0 | 0.68 | 0.06 | 0.75 | 305.45 | 0.51 | 0.17 |
| Hex | 41 | 15 | 3D | 0 | 44 | 6 | 4B | 131 | 33 | 11 |
| Octal | 101 | 25 | 75 | 0 | 104 | 6 | 113 | 461 | 63 | 21 |
| Binary | 1000001 | 10101 | 111101 | 0 | 1000100 | 110 | 1001011 | 100110001 | 110011 | 10001 |
Color Harmonies of #41153D
Complementary color
Monochromatic Colors of #41153D
Black with #41153D
Text Example
Text Example
White with #41153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41153D; }
p { color: rgb(65,21,61); }
H1.HeaderClassName
{
color: #41153D;
}
.AnyTagClassName
{
color: #41153D;
}
</style>
background-color css
<style>
a { background-color: #41153D; }
a { background-color: rgb(65,21,61); }
div.DivClassName
{
background-color: #41153D;
}
.BgClassName
{
background-color: #41153D;
}
</style>
border-color css
<style>
span { border-color: #41153D; }
span { border-color: rgb(65,21,61); }
td.TdClassName
{
border-color: #41153D;
}
.TagClassName
{
border-color: #41153D;
}
</style>