#401039

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

Shades of Mardi Gras #401039

Tints of Mardi Gras #401039

Color information

#401039 (or 0x401039) is unknown color: approx Mardi Gras. HEX triplet: 40, 10 and 39. RGB value is (64,16,57). Sum of RGB (Red+Green+Blue) = 64+16+57=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401039 is #BFEFC6. Grayscale: #222222. Windows color (decimal): -12578759 or 3739712. OLE color: 3739712.

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

Color convert

RGB641657-
CMYK00.750.110.75
HSL308.75º60%15.69%-
HSV(B)308.75º75%25.1%-
XYZ3.041.764.05-
YUV35.03140.4148.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=46.72%
G=11.68%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64165700.750.110.75308.756015.69
Hex40103904BB4B1353c10
Octal10020710113131134657420
Binary100000010000111001010010111011100101110011010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401039; }

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

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

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

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

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

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

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

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