#401038

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

Shades of Mardi Gras #401038

Tints of Mardi Gras #401038

Color information

#401038 (or 0x401038) is unknown color: approx Mardi Gras. HEX triplet: 40, 10 and 38. RGB value is (64,16,56). Sum of RGB (Red+Green+Blue) = 64+16+56=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401038 is #BFEFC7. Grayscale: #222222. Windows color (decimal): -12578760 or 3674176. OLE color: 3674176.

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

Color convert

RGB641656-
CMYK00.750.130.75
HSL310º60%15.69%-
HSV(B)310º75%25.1%-
XYZ3.011.753.92-
YUV34.91139.9148.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=47.06%
G=11.76%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64165600.750.130.753106015.69
Hex40103804BD4B1363c10
Octal10020700113151134667420
Binary100000010000111000010010111101100101110011011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401038; }

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

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

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

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

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

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

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

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