#401439

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

Shades of Mardi Gras #401439

Tints of Mardi Gras #401439

Color information

#401439 (or 0x401439) is unknown color: approx Mardi Gras. HEX triplet: 40, 14 and 39. RGB value is (64,20,57). Sum of RGB (Red+Green+Blue) = 64+20+57=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401439 is #BFEBC6. Grayscale: #252525. Windows color (decimal): -12577735 or 3740736. OLE color: 3740736.

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

Color convert

RGB642057-
CMYK00.690.110.75
HSL309.55º52.38%16.47%-
HSV(B)309.55º68.75%25.1%-
XYZ3.11.894.07-
YUV37.37139.08146.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=45.39%
G=14.18%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64205700.690.110.75309.5552.3816.47
Hex401439045B4B1363410
Octal10024710105131134666420
Binary100000010100111001010001011011100101110011011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401439; }

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

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

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

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

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

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

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

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