Shades of Mardi Gras #41013A
Tints of Mardi Gras #41013A
RGB
CMYK
RGB Variations
Color information
#41013A (or 0x41013A) is known color: Mardi Gras. HEX triplet: 41, 01 and 3A. RGB value is (65,1,58). Sum of RGB (Red+Green+Blue) = 65+1+58=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41013A is #BEFEC5. Grayscale: #1A1A1A. Windows color (decimal): -12517062 or 3801409. OLE color: 3801409.
HSL color Cylindrical-coordinate representation of color #41013A: hue angle of 306.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41013A is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 1 | 58 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.75 |
| HSL | 306.56º | 0.97% | 0.13% | - |
| HSV(B) | 306.56º | 0.98% | 0.25% | - |
| XYZ | 2.95 | 1.45 | 4.13 | - |
| YUV | 26.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 58 | 0 | 0.98 | 0.11 | 0.75 | 306.56 | 0.97 | 0.13 |
| Hex | 41 | 1 | 3A | 0 | 62 | B | 4B | 133 | 61 | D |
| Octal | 101 | 1 | 72 | 0 | 142 | 13 | 113 | 463 | 141 | 15 |
| Binary | 1000001 | 1 | 111010 | 0 | 1100010 | 1011 | 1001011 | 100110011 | 1100001 | 1101 |
Color Harmonies of #41013A
Complementary color
Monochromatic Colors of #41013A
Black with #41013A
Text Example
Text Example
White with #41013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41013A; }
p { color: rgb(65,1,58); }
H1.HeaderClassName
{
color: #41013A;
}
.AnyTagClassName
{
color: #41013A;
}
</style>
background-color css
<style>
a { background-color: #41013A; }
a { background-color: rgb(65,1,58); }
div.DivClassName
{
background-color: #41013A;
}
.BgClassName
{
background-color: #41013A;
}
</style>
border-color css
<style>
span { border-color: #41013A; }
span { border-color: rgb(65,1,58); }
td.TdClassName
{
border-color: #41013A;
}
.TagClassName
{
border-color: #41013A;
}
</style>