#401339

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

Shades of Mardi Gras #401339

Tints of Mardi Gras #401339

Color information

#401339 (or 0x401339) is unknown color: approx Mardi Gras. HEX triplet: 40, 13 and 39. RGB value is (64,19,57). Sum of RGB (Red+Green+Blue) = 64+19+57=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401339 is #BFECC6. Grayscale: #242424. Windows color (decimal): -12577991 or 3740480. OLE color: 3740480.

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

Color convert

RGB641957-
CMYK00.700.110.75
HSL309.33º54.22%16.27%-
HSV(B)309.33º70.31%25.1%-
XYZ3.091.854.07-
YUV36.79139.41147.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=45.71%
G=13.57%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64195700.700.110.75309.3354.2216.27
Hex401339046B4B1353610
Octal10023710106131134656620
Binary100000010011111001010001101011100101110011010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401339; }

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

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

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

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

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

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

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

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