#411E3C

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

Shades of Mardi Gras #411E3C

Tints of Mardi Gras #411E3C

Color information

#411E3C (or 0x411E3C) is unknown color: approx Mardi Gras. HEX triplet: 41, 1E and 3C. RGB value is (65,30,60). Sum of RGB (Red+Green+Blue) = 65+30+60=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #411E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E3C is #BEE1C3. Grayscale: #2B2B2B. Windows color (decimal): -12509636 or 3939905. OLE color: 3939905.

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

Color convert

RGB653060-
CMYK00.540.080.75
HSL308.57º36.84%18.63%-
HSV(B)308.57º53.85%25.49%-
XYZ3.462.384.55-
YUV43.89137.1143.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=41.94%
G=19.35%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65306000.540.080.75308.5736.8418.63
Hex411E3C03684B1352513
Octal1013674066101134654523
Binary10000011111011110001101101000100101110011010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,30,60); }

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

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

 a { background-color: rgb(65,30,60); }

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

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

 span { border-color: rgb(65,30,60); }

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