#401138

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

Shades of Mardi Gras #401138

Tints of Mardi Gras #401138

Color information

#401138 (or 0x401138) is unknown color: approx Mardi Gras. HEX triplet: 40, 11 and 38. RGB value is (64,17,56). Sum of RGB (Red+Green+Blue) = 64+17+56=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401138 is #BFEEC7. Grayscale: #232323. Windows color (decimal): -12578504 or 3674432. OLE color: 3674432.

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

Color convert

RGB641756-
CMYK00.730.130.75
HSL310.21º58.02%15.88%-
HSV(B)310.21º73.44%25.1%-
XYZ3.031.783.92-
YUV35.5139.57148.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=46.72%
G=12.41%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64175600.730.130.75310.2158.0215.88
Hex401138049D4B1363a10
Octal10021700111151134667220
Binary100000010001111000010010011101100101110011011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401138; }

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

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

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

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

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

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

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

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