Shades of Mardi Gras #41093A
Tints of Mardi Gras #41093A
RGB
CMYK
RGB Variations
Color information
#41093A (or 0x41093A) is known color: Mardi Gras. HEX triplet: 41, 09 and 3A. RGB value is (65,9,58). Sum of RGB (Red+Green+Blue) = 65+9+58=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41093A is #BEF6C5. Grayscale: #1F1F1F. Windows color (decimal): -12515014 or 3803457. OLE color: 3803457.
HSL color Cylindrical-coordinate representation of color #41093A: hue angle of 307.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41093A is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 58 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.75 |
| HSL | 307.5º | 0.76% | 0.15% | - |
| HSV(B) | 307.5º | 0.86% | 0.25% | - |
| XYZ | 3.04 | 1.62 | 4.16 | - |
| YUV | 31.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 58 | 0 | 0.86 | 0.11 | 0.75 | 307.5 | 0.76 | 0.15 |
| Hex | 41 | 9 | 3A | 0 | 56 | B | 4B | 134 | 4C | F |
| Octal | 101 | 11 | 72 | 0 | 126 | 13 | 113 | 464 | 114 | 17 |
| Binary | 1000001 | 1001 | 111010 | 0 | 1010110 | 1011 | 1001011 | 100110100 | 1001100 | 1111 |
Color Harmonies of #41093A
Complementary color
Monochromatic Colors of #41093A
Black with #41093A
Text Example
Text Example
White with #41093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41093A; }
p { color: rgb(65,9,58); }
H1.HeaderClassName
{
color: #41093A;
}
.AnyTagClassName
{
color: #41093A;
}
</style>
background-color css
<style>
a { background-color: #41093A; }
a { background-color: rgb(65,9,58); }
div.DivClassName
{
background-color: #41093A;
}
.BgClassName
{
background-color: #41093A;
}
</style>
border-color css
<style>
span { border-color: #41093A; }
span { border-color: rgb(65,9,58); }
td.TdClassName
{
border-color: #41093A;
}
.TagClassName
{
border-color: #41093A;
}
</style>