#401140

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

Shades of Mardi Gras #401140

Tints of Mardi Gras #401140

Color information

#401140 (or 0x401140) is unknown color: approx Mardi Gras. HEX triplet: 40, 11 and 40. RGB value is (64,17,64). Sum of RGB (Red+Green+Blue) = 64+17+64=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401140 is #BFEEBF. Grayscale: #242424. Windows color (decimal): -12578496 or 4198720. OLE color: 4198720.

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

Color convert

RGB641764-
CMYK00.7300.75
HSL300º58.02%15.88%-
HSV(B)300º73.44%25.1%-
XYZ3.241.865.04-
YUV36.41143.57147.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=44.14%
G=11.72%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64176400.7300.7530058.0215.88
Hex40114004904B12c3a10
Octal10021100011101134547220
Binary1000000100011000000010010010100101110010110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401140; }

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

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

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

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

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

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

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

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