Shades of Mardi Gras #400D3B
Tints of Mardi Gras #400D3B
RGB
CMYK
RGB Variations
Color information
#400D3B (or 0x400D3B) is known color: Mardi Gras. HEX triplet: 40, 0D and 3B. RGB value is (64,13,59). Sum of RGB (Red+Green+Blue) = 64+13+59=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #400D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D3B is #BFF2C4. Grayscale: #212121. Windows color (decimal): -12579525 or 3870016. OLE color: 3870016.
HSL color Cylindrical-coordinate representation of color #400D3B: hue angle of 305.88º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D3B is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 59 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.75 |
| HSL | 305.88º | 0.66% | 0.15% | - |
| HSV(B) | 305.88º | 0.8% | 0.25% | - |
| XYZ | 3.05 | 1.69 | 4.3 | - |
| YUV | 33.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 59 | 0 | 0.80 | 0.08 | 0.75 | 305.88 | 0.66 | 0.15 |
| Hex | 40 | D | 3B | 0 | 50 | 8 | 4B | 132 | 42 | F |
| Octal | 100 | 15 | 73 | 0 | 120 | 10 | 113 | 462 | 102 | 17 |
| Binary | 1000000 | 1101 | 111011 | 0 | 1010000 | 1000 | 1001011 | 100110010 | 1000010 | 1111 |
Color Harmonies of #400D3B
Complementary color
Monochromatic Colors of #400D3B
Black with #400D3B
Text Example
Text Example
White with #400D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D3B; }
p { color: rgb(64,13,59); }
H1.HeaderClassName
{
color: #400D3B;
}
.AnyTagClassName
{
color: #400D3B;
}
</style>
background-color css
<style>
a { background-color: #400D3B; }
a { background-color: rgb(64,13,59); }
div.DivClassName
{
background-color: #400D3B;
}
.BgClassName
{
background-color: #400D3B;
}
</style>
border-color css
<style>
span { border-color: #400D3B; }
span { border-color: rgb(64,13,59); }
td.TdClassName
{
border-color: #400D3B;
}
.TagClassName
{
border-color: #400D3B;
}
</style>