Shades of Mardi Gras #41123C
Tints of Mardi Gras #41123C
RGB
CMYK
RGB Variations
Color information
#41123C (or 0x41123C) is known color: Mardi Gras. HEX triplet: 41, 12 and 3C. RGB value is (65,18,60). Sum of RGB (Red+Green+Blue) = 65+18+60=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41123C is #BEEDC3. Grayscale: #242424. Windows color (decimal): -12512708 or 3936833. OLE color: 3936833.
HSL color Cylindrical-coordinate representation of color #41123C: hue angle of 306.38º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41123C is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 60 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.75 |
| HSL | 306.38º | 0.57% | 0.16% | - |
| HSV(B) | 306.38º | 0.72% | 0.25% | - |
| XYZ | 3.21 | 1.88 | 4.47 | - |
| YUV | 36.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 60 | 0 | 0.72 | 0.08 | 0.75 | 306.38 | 0.57 | 0.16 |
| Hex | 41 | 12 | 3C | 0 | 48 | 8 | 4B | 132 | 39 | 10 |
| Octal | 101 | 22 | 74 | 0 | 110 | 10 | 113 | 462 | 71 | 20 |
| Binary | 1000001 | 10010 | 111100 | 0 | 1001000 | 1000 | 1001011 | 100110010 | 111001 | 10000 |
Color Harmonies of #41123C
Complementary color
Monochromatic Colors of #41123C
Black with #41123C
Text Example
Text Example
White with #41123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41123C; }
p { color: rgb(65,18,60); }
H1.HeaderClassName
{
color: #41123C;
}
.AnyTagClassName
{
color: #41123C;
}
</style>
background-color css
<style>
a { background-color: #41123C; }
a { background-color: rgb(65,18,60); }
div.DivClassName
{
background-color: #41123C;
}
.BgClassName
{
background-color: #41123C;
}
</style>
border-color css
<style>
span { border-color: #41123C; }
span { border-color: rgb(65,18,60); }
td.TdClassName
{
border-color: #41123C;
}
.TagClassName
{
border-color: #41123C;
}
</style>