#401338

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

Shades of Mardi Gras #401338

Tints of Mardi Gras #401338

Color information

#401338 (or 0x401338) is unknown color: approx Mardi Gras. HEX triplet: 40, 13 and 38. RGB value is (64,19,56). Sum of RGB (Red+Green+Blue) = 64+19+56=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401338 is #BFECC7. Grayscale: #242424. Windows color (decimal): -12577992 or 3674944. OLE color: 3674944.

HSL color Cylindrical-coordinate representation of color #401338: hue angle of 310.67º 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 #401338 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB641956-
CMYK00.700.130.75
HSL310.67º54.22%16.27%-
HSV(B)310.67º70.31%25.1%-
XYZ3.061.843.94-
YUV36.67138.91147.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=46.04%
G=13.67%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64195600.700.130.75310.6754.2216.27
Hex401338046D4B1373610
Octal10023700106151134676620
Binary100000010011111000010001101101100101110011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401338; }

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

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

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

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

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

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

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

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