#400439

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

Shades of Mardi Gras #400439

Tints of Mardi Gras #400439

Color information

#400439 (or 0x400439) is unknown color: approx Mardi Gras. HEX triplet: 40, 04 and 39. RGB value is (64,4,57). Sum of RGB (Red+Green+Blue) = 64+4+57=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400439 is #BFFBC6. Grayscale: #1B1B1B. Windows color (decimal): -12581831 or 3736640. OLE color: 3736640.

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

Color convert

RGB64457-
CMYK00.940.110.75
HSL307º88.24%13.33%-
HSV(B)307º93.75%25.1%-
XYZ2.91.474-
YUV27.98144.38153.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 57 (22.66% from 255) = 45.6%
R=51.2%
G=3.2%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6445700.940.110.7530788.2413.33
Hex4043905EB4B13358d
Octal10047101361311346313015
Binary1000000100111001010111101011100101110011001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400439; }

 p { color: rgb(64,4,57); }

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

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

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

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

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

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

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