Shades of Mardi Gras #400545
Tints of Mardi Gras #400545
RGB
CMYK
RGB Variations
Color information
#400545 (or 0x400545) is known color: Mardi Gras. HEX triplet: 40, 05 and 45. RGB value is (64,5,69). Sum of RGB (Red+Green+Blue) = 64+5+69=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #400545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400545 is #BFFABA. Grayscale: #1D1D1D. Windows color (decimal): -12581563 or 4523328. OLE color: 4523328.
HSL color Cylindrical-coordinate representation of color #400545: hue angle of 295.31º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400545 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 5 | 69 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.73 |
| HSL | 295.31º | 0.86% | 0.15% | - |
| HSV(B) | 295.31º | 0.93% | 0.27% | - |
| XYZ | 3.24 | 1.63 | 5.77 | - |
| YUV | 29.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 69 | 0.07 | 0.93 | 0 | 0.73 | 295.31 | 0.86 | 0.15 |
| Hex | 40 | 5 | 45 | 7 | 5D | 0 | 49 | 127 | 56 | F |
| Octal | 100 | 5 | 105 | 7 | 135 | 0 | 111 | 447 | 126 | 17 |
| Binary | 1000000 | 101 | 1000101 | 111 | 1011101 | 0 | 1001001 | 100100111 | 1010110 | 1111 |
Color Harmonies of #400545
Complementary color
Monochromatic Colors of #400545
Black with #400545
Text Example
Text Example
White with #400545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400545; }
p { color: rgb(64,5,69); }
H1.HeaderClassName
{
color: #400545;
}
.AnyTagClassName
{
color: #400545;
}
</style>
background-color css
<style>
a { background-color: #400545; }
a { background-color: rgb(64,5,69); }
div.DivClassName
{
background-color: #400545;
}
.BgClassName
{
background-color: #400545;
}
</style>
border-color css
<style>
span { border-color: #400545; }
span { border-color: rgb(64,5,69); }
td.TdClassName
{
border-color: #400545;
}
.TagClassName
{
border-color: #400545;
}
</style>