#411A40

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

Shades of Mardi Gras #411A40

Tints of Mardi Gras #411A40

Color information

#411A40 (or 0x411A40) is unknown color: approx Mardi Gras. HEX triplet: 41, 1A and 40. RGB value is (65,26,64). Sum of RGB (Red+Green+Blue) = 65+26+64=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #411A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A40 is #BEE5BF. Grayscale: #292929. Windows color (decimal): -12510656 or 4201025. OLE color: 4201025.

HSL color Cylindrical-coordinate representation of color #411A40: hue angle of 301.54º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #411A40 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB652664-
CMYK00.600.020.75
HSL301.54º42.86%17.84%-
HSV(B)301.54º60%25.49%-
XYZ3.472.235.1-
YUV41.99140.42144.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=41.94%
G=16.77%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65266400.600.020.75301.5442.8617.84
Hex411A4003C24B12e2b12
Octal1013210007421134565322
Binary1000001110101000000011110010100101110010111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411A40; }

 p { color: rgb(65,26,64); }

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

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

 a { background-color: rgb(65,26,64); }

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

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

 span { border-color: rgb(65,26,64); }

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