Shades of Mardi Gras #400845
Tints of Mardi Gras #400845
RGB
CMYK
RGB Variations
Color information
#400845 (or 0x400845) is known color: Mardi Gras. HEX triplet: 40, 08 and 45. RGB value is (64,8,69). Sum of RGB (Red+Green+Blue) = 64+8+69=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #400845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400845 is #BFF7BA. Grayscale: #1F1F1F. Windows color (decimal): -12580795 or 4524096. OLE color: 4524096.
HSL color Cylindrical-coordinate representation of color #400845: hue angle of 295.08º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400845 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 8 | 69 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.73 |
| HSL | 295.08º | 0.79% | 0.15% | - |
| HSV(B) | 295.08º | 0.88% | 0.27% | - |
| XYZ | 3.28 | 1.69 | 5.78 | - |
| YUV | 31.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 69 | 0.07 | 0.88 | 0 | 0.73 | 295.08 | 0.79 | 0.15 |
| Hex | 40 | 8 | 45 | 7 | 58 | 0 | 49 | 127 | 4F | F |
| Octal | 100 | 10 | 105 | 7 | 130 | 0 | 111 | 447 | 117 | 17 |
| Binary | 1000000 | 1000 | 1000101 | 111 | 1011000 | 0 | 1001001 | 100100111 | 1001111 | 1111 |
Color Harmonies of #400845
Complementary color
Monochromatic Colors of #400845
Black with #400845
Text Example
Text Example
White with #400845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400845; }
p { color: rgb(64,8,69); }
H1.HeaderClassName
{
color: #400845;
}
.AnyTagClassName
{
color: #400845;
}
</style>
background-color css
<style>
a { background-color: #400845; }
a { background-color: rgb(64,8,69); }
div.DivClassName
{
background-color: #400845;
}
.BgClassName
{
background-color: #400845;
}
</style>
border-color css
<style>
span { border-color: #400845; }
span { border-color: rgb(64,8,69); }
td.TdClassName
{
border-color: #400845;
}
.TagClassName
{
border-color: #400845;
}
</style>