Shades of Mardi Gras #40173D
Tints of Mardi Gras #40173D
RGB
CMYK
RGB Variations
Color information
#40173D (or 0x40173D) is known color: Mardi Gras. HEX triplet: 40, 17 and 3D. RGB value is (64,23,61). Sum of RGB (Red+Green+Blue) = 64+23+61=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40173D is #BFE8C2. Grayscale: #272727. Windows color (decimal): -12576963 or 4003648. OLE color: 4003648.
HSL color Cylindrical-coordinate representation of color #40173D: hue angle of 304.39º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40173D is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 61 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.75 |
| HSL | 304.39º | 0.47% | 0.17% | - |
| HSV(B) | 304.39º | 0.64% | 0.25% | - |
| XYZ | 3.26 | 2.04 | 4.64 | - |
| YUV | 39.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 61 | 0 | 0.64 | 0.05 | 0.75 | 304.39 | 0.47 | 0.17 |
| Hex | 40 | 17 | 3D | 0 | 40 | 5 | 4B | 130 | 2F | 11 |
| Octal | 100 | 27 | 75 | 0 | 100 | 5 | 113 | 460 | 57 | 21 |
| Binary | 1000000 | 10111 | 111101 | 0 | 1000000 | 101 | 1001011 | 100110000 | 101111 | 10001 |
Color Harmonies of #40173D
Complementary color
Monochromatic Colors of #40173D
Black with #40173D
Text Example
Text Example
White with #40173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40173D; }
p { color: rgb(64,23,61); }
H1.HeaderClassName
{
color: #40173D;
}
.AnyTagClassName
{
color: #40173D;
}
</style>
background-color css
<style>
a { background-color: #40173D; }
a { background-color: rgb(64,23,61); }
div.DivClassName
{
background-color: #40173D;
}
.BgClassName
{
background-color: #40173D;
}
</style>
border-color css
<style>
span { border-color: #40173D; }
span { border-color: rgb(64,23,61); }
td.TdClassName
{
border-color: #40173D;
}
.TagClassName
{
border-color: #40173D;
}
</style>