#400537

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

Shades of Mardi Gras #400537

Tints of Mardi Gras #400537

Color information

#400537 (or 0x400537) is unknown color: approx Mardi Gras. HEX triplet: 40, 05 and 37. RGB value is (64,5,55). Sum of RGB (Red+Green+Blue) = 64+5+55=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400537 is #BFFAC8. Grayscale: #1C1C1C. Windows color (decimal): -12581577 or 3605824. OLE color: 3605824.

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

Color convert

RGB64555-
CMYK00.920.140.75
HSL309.15º85.51%13.53%-
HSV(B)309.15º92.19%25.1%-
XYZ2.861.473.75-
YUV28.34143.05153.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=51.61%
G=4.03%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455500.920.140.75309.1585.5113.53
Hex4053705CE4B13556e
Octal10056701341611346512616
Binary1000000101110111010111001110100101110011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400537; }

 p { color: rgb(64,5,55); }

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

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

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

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

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

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

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