#411F40

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

Shades of Mardi Gras #411F40

Tints of Mardi Gras #411F40

Color information

#411F40 (or 0x411F40) is unknown color: approx Mardi Gras. HEX triplet: 41, 1F and 40. RGB value is (65,31,64). Sum of RGB (Red+Green+Blue) = 65+31+64=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #411F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F40 is #BEE0BF. Grayscale: #2C2C2C. Windows color (decimal): -12509376 or 4202305. OLE color: 4202305.

HSL color Cylindrical-coordinate representation of color #411F40: hue angle of 301.76º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F40 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB653164-
CMYK00.520.020.75
HSL301.76º35.42%18.82%-
HSV(B)301.76º52.31%25.49%-
XYZ3.62.475.14-
YUV44.93138.76142.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 64 (25.39% from 255) = 40%
R=40.62%
G=19.38%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65316400.520.020.75301.7635.4218.82
Hex411F4003424B12e2313
Octal1013710006421134564323
Binary1000001111111000000011010010100101110010111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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