Shades of Mardi Gras #41103D
Tints of Mardi Gras #41103D
RGB
CMYK
RGB Variations
Color information
#41103D (or 0x41103D) is known color: Mardi Gras. HEX triplet: 41, 10 and 3D. RGB value is (65,16,61). Sum of RGB (Red+Green+Blue) = 65+16+61=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41103D is #BEEFC2. Grayscale: #232323. Windows color (decimal): -12513219 or 4001857. OLE color: 4001857.
HSL color Cylindrical-coordinate representation of color #41103D: hue angle of 304.9º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41103D is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 16 | 61 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.75 |
| HSL | 304.9º | 0.6% | 0.16% | - |
| HSV(B) | 304.9º | 0.75% | 0.25% | - |
| XYZ | 3.21 | 1.83 | 4.6 | - |
| YUV | 35.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 61 | 0 | 0.75 | 0.06 | 0.75 | 304.9 | 0.6 | 0.16 |
| Hex | 41 | 10 | 3D | 0 | 4B | 6 | 4B | 131 | 3C | 10 |
| Octal | 101 | 20 | 75 | 0 | 113 | 6 | 113 | 461 | 74 | 20 |
| Binary | 1000001 | 10000 | 111101 | 0 | 1001011 | 110 | 1001011 | 100110001 | 111100 | 10000 |
Color Harmonies of #41103D
Complementary color
Monochromatic Colors of #41103D
Black with #41103D
Text Example
Text Example
White with #41103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41103D; }
p { color: rgb(65,16,61); }
H1.HeaderClassName
{
color: #41103D;
}
.AnyTagClassName
{
color: #41103D;
}
</style>
background-color css
<style>
a { background-color: #41103D; }
a { background-color: rgb(65,16,61); }
div.DivClassName
{
background-color: #41103D;
}
.BgClassName
{
background-color: #41103D;
}
</style>
border-color css
<style>
span { border-color: #41103D; }
span { border-color: rgb(65,16,61); }
td.TdClassName
{
border-color: #41103D;
}
.TagClassName
{
border-color: #41103D;
}
</style>