Shades of Mardi Gras #41213F
Tints of Mardi Gras #41213F
RGB
CMYK
RGB Variations
Color information
#41213F (or 0x41213F) is known color: Mardi Gras. HEX triplet: 41, 21 and 3F. RGB value is (65,33,63). Sum of RGB (Red+Green+Blue) = 65+33+63=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #41213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41213F is #BEDEC0. Grayscale: #2D2D2D. Windows color (decimal): -12508865 or 4137281. OLE color: 4137281.
HSL color Cylindrical-coordinate representation of color #41213F: hue angle of 303.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41213F is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 63 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.75 |
| HSL | 303.75º | 0.33% | 0.19% | - |
| HSV(B) | 303.75º | 0.49% | 0.25% | - |
| XYZ | 3.62 | 2.57 | 5.01 | - |
| YUV | 45.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 63 | 0 | 0.49 | 0.03 | 0.75 | 303.75 | 0.33 | 0.19 |
| Hex | 41 | 21 | 3F | 0 | 31 | 3 | 4B | 130 | 21 | 13 |
| Octal | 101 | 41 | 77 | 0 | 61 | 3 | 113 | 460 | 41 | 23 |
| Binary | 1000001 | 100001 | 111111 | 0 | 110001 | 11 | 1001011 | 100110000 | 100001 | 10011 |
Color Harmonies of #41213F
Complementary color
Monochromatic Colors of #41213F
Black with #41213F
Text Example
Text Example
White with #41213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41213F; }
p { color: rgb(65,33,63); }
H1.HeaderClassName
{
color: #41213F;
}
.AnyTagClassName
{
color: #41213F;
}
</style>
background-color css
<style>
a { background-color: #41213F; }
a { background-color: rgb(65,33,63); }
div.DivClassName
{
background-color: #41213F;
}
.BgClassName
{
background-color: #41213F;
}
</style>
border-color css
<style>
span { border-color: #41213F; }
span { border-color: rgb(65,33,63); }
td.TdClassName
{
border-color: #41213F;
}
.TagClassName
{
border-color: #41213F;
}
</style>