#401040

Color #401040 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #401040

Tints of Mardi Gras #401040

Color information

#401040 (or 0x401040) is unknown color: approx Mardi Gras. HEX triplet: 40, 10 and 40. RGB value is (64,16,64). Sum of RGB (Red+Green+Blue) = 64+16+64=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401040 is #BFEFBF. Grayscale: #232323. Windows color (decimal): -12578752 or 4198464. OLE color: 4198464.

HSL color Cylindrical-coordinate representation of color #401040: hue angle of 300º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401040 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB641664-
CMYK00.7500.75
HSL300º60%15.69%-
HSV(B)300º75%25.1%-
XYZ3.231.835.03-
YUV35.82143.9148.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=44.44%
G=11.11%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64166400.7500.753006015.69
Hex40104004B04B12c3c10
Octal10020100011301134547420
Binary1000000100001000000010010110100101110010110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401040; }

 p { color: rgb(64,16,64); }

 H1.HeaderClassName
 {
   color: #401040;
 }
 .AnyTagClassName
 {
   color: #401040;
 }
</style>
background-color css

<style>
 a { background-color: #401040; }

 a { background-color: rgb(64,16,64); }

 div.DivClassName
 {
   background-color: #401040;
 }
 .BgClassName
 {
   background-color: #401040;
 }
</style>
border-color css

<style>
 span { border-color: #401040; }

 span { border-color: rgb(64,16,64); }

 td.TdClassName
 {
   border-color: #401040;
 }
 .TagClassName
 {
   border-color: #401040;
 }
</style>