Shades of Mardi Gras #41103A
Tints of Mardi Gras #41103A
RGB
CMYK
RGB Variations
Color information
#41103A (or 0x41103A) is known color: Mardi Gras. HEX triplet: 41, 10 and 3A. RGB value is (65,16,58). Sum of RGB (Red+Green+Blue) = 65+16+58=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #41103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41103A is #BEEFC5. Grayscale: #232323. Windows color (decimal): -12513222 or 3805249. OLE color: 3805249.
HSL color Cylindrical-coordinate representation of color #41103A: hue angle of 308.57º 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 #41103A is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 16 | 58 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.75 |
| HSL | 308.57º | 0.6% | 0.16% | - |
| HSV(B) | 308.57º | 0.75% | 0.25% | - |
| XYZ | 3.13 | 1.8 | 4.19 | - |
| YUV | 35.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 58 | 0 | 0.75 | 0.11 | 0.75 | 308.57 | 0.6 | 0.16 |
| Hex | 41 | 10 | 3A | 0 | 4B | B | 4B | 135 | 3C | 10 |
| Octal | 101 | 20 | 72 | 0 | 113 | 13 | 113 | 465 | 74 | 20 |
| Binary | 1000001 | 10000 | 111010 | 0 | 1001011 | 1011 | 1001011 | 100110101 | 111100 | 10000 |
Color Harmonies of #41103A
Complementary color
Monochromatic Colors of #41103A
Black with #41103A
Text Example
Text Example
White with #41103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41103A; }
p { color: rgb(65,16,58); }
H1.HeaderClassName
{
color: #41103A;
}
.AnyTagClassName
{
color: #41103A;
}
</style>
background-color css
<style>
a { background-color: #41103A; }
a { background-color: rgb(65,16,58); }
div.DivClassName
{
background-color: #41103A;
}
.BgClassName
{
background-color: #41103A;
}
</style>
border-color css
<style>
span { border-color: #41103A; }
span { border-color: rgb(65,16,58); }
td.TdClassName
{
border-color: #41103A;
}
.TagClassName
{
border-color: #41103A;
}
</style>