Shades of Mardi Gras #41173D
Tints of Mardi Gras #41173D
RGB
CMYK
RGB Variations
Color information
#41173D (or 0x41173D) is known color: Mardi Gras. HEX triplet: 41, 17 and 3D. RGB value is (65,23,61). Sum of RGB (Red+Green+Blue) = 65+23+61=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41173D is #BEE8C2. Grayscale: #272727. Windows color (decimal): -12511427 or 4003649. OLE color: 4003649.
HSL color Cylindrical-coordinate representation of color #41173D: hue angle of 305.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41173D is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 61 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.75 |
| HSL | 305.71º | 0.48% | 0.17% | - |
| HSV(B) | 305.71º | 0.65% | 0.25% | - |
| XYZ | 3.33 | 2.07 | 4.64 | - |
| YUV | 39.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 61 | 0 | 0.65 | 0.06 | 0.75 | 305.71 | 0.48 | 0.17 |
| Hex | 41 | 17 | 3D | 0 | 41 | 6 | 4B | 132 | 30 | 11 |
| Octal | 101 | 27 | 75 | 0 | 101 | 6 | 113 | 462 | 60 | 21 |
| Binary | 1000001 | 10111 | 111101 | 0 | 1000001 | 110 | 1001011 | 100110010 | 110000 | 10001 |
Color Harmonies of #41173D
Complementary color
Monochromatic Colors of #41173D
Black with #41173D
Text Example
Text Example
White with #41173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41173D; }
p { color: rgb(65,23,61); }
H1.HeaderClassName
{
color: #41173D;
}
.AnyTagClassName
{
color: #41173D;
}
</style>
background-color css
<style>
a { background-color: #41173D; }
a { background-color: rgb(65,23,61); }
div.DivClassName
{
background-color: #41173D;
}
.BgClassName
{
background-color: #41173D;
}
</style>
border-color css
<style>
span { border-color: #41173D; }
span { border-color: rgb(65,23,61); }
td.TdClassName
{
border-color: #41173D;
}
.TagClassName
{
border-color: #41173D;
}
</style>