#400039

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

Shades of Mardi Gras #400039

Tints of Mardi Gras #400039

Color information

#400039 (or 0x400039) is unknown color: approx Mardi Gras. HEX triplet: 40, 00 and 39. RGB value is (64,0,57). Sum of RGB (Red+Green+Blue) = 64+0+57=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400039 is #BFFFC6. Grayscale: #191919. Windows color (decimal): -12582855 or 3735616. OLE color: 3735616.

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

Color convert

RGB64057-
CMYK010.110.75
HSL306.56º100%12.55%-
HSV(B)306.56º100%25.1%-
XYZ2.851.393.99-
YUV25.63145.7155.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=52.89%
G=0%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64057010.110.75306.5610012.55
Hex40039064B4B13364d
Octal10007101441311346314415
Binary10000000111001011001001011100101110011001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400039; }

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

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

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

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

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

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

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

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