#401638

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

Shades of Mardi Gras #401638

Tints of Mardi Gras #401638

Color information

#401638 (or 0x401638) is unknown color: approx Mardi Gras. HEX triplet: 40, 16 and 38. RGB value is (64,22,56). Sum of RGB (Red+Green+Blue) = 64+22+56=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401638 is #BFE9C7. Grayscale: #262626. Windows color (decimal): -12577224 or 3675712. OLE color: 3675712.

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

Color convert

RGB642256-
CMYK00.660.130.75
HSL311.43º48.84%16.86%-
HSV(B)311.43º65.62%25.1%-
XYZ3.121.953.95-
YUV38.43137.91146.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=45.07%
G=15.49%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64225600.660.130.75311.4348.8416.86
Hex401638042D4B1373111
Octal10026700102151134676121
Binary100000010110111000010000101101100101110011011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401638; }

 p { color: rgb(64,22,56); }

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

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

 a { background-color: rgb(64,22,56); }

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

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

 span { border-color: rgb(64,22,56); }

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