Shades of Mardi Gras #41173C
Tints of Mardi Gras #41173C
RGB
CMYK
RGB Variations
Color information
#41173C (or 0x41173C) is known color: Mardi Gras. HEX triplet: 41, 17 and 3C. RGB value is (65,23,60). Sum of RGB (Red+Green+Blue) = 65+23+60=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41173C is #BEE8C3. Grayscale: #272727. Windows color (decimal): -12511428 or 3938113. OLE color: 3938113.
HSL color Cylindrical-coordinate representation of color #41173C: hue angle of 307.14º 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 #41173C is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 60 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.75 |
| HSL | 307.14º | 0.48% | 0.17% | - |
| HSV(B) | 307.14º | 0.65% | 0.25% | - |
| XYZ | 3.3 | 2.06 | 4.5 | - |
| YUV | 39.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 60 | 0 | 0.65 | 0.08 | 0.75 | 307.14 | 0.48 | 0.17 |
| Hex | 41 | 17 | 3C | 0 | 41 | 8 | 4B | 133 | 30 | 11 |
| Octal | 101 | 27 | 74 | 0 | 101 | 10 | 113 | 463 | 60 | 21 |
| Binary | 1000001 | 10111 | 111100 | 0 | 1000001 | 1000 | 1001011 | 100110011 | 110000 | 10001 |
Color Harmonies of #41173C
Complementary color
Monochromatic Colors of #41173C
Black with #41173C
Text Example
Text Example
White with #41173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41173C; }
p { color: rgb(65,23,60); }
H1.HeaderClassName
{
color: #41173C;
}
.AnyTagClassName
{
color: #41173C;
}
</style>
background-color css
<style>
a { background-color: #41173C; }
a { background-color: rgb(65,23,60); }
div.DivClassName
{
background-color: #41173C;
}
.BgClassName
{
background-color: #41173C;
}
</style>
border-color css
<style>
span { border-color: #41173C; }
span { border-color: rgb(65,23,60); }
td.TdClassName
{
border-color: #41173C;
}
.TagClassName
{
border-color: #41173C;
}
</style>