#411A3C

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

Shades of Mardi Gras #411A3C

Tints of Mardi Gras #411A3C

Color information

#411A3C (or 0x411A3C) is unknown color: approx Mardi Gras. HEX triplet: 41, 1A and 3C. RGB value is (65,26,60). Sum of RGB (Red+Green+Blue) = 65+26+60=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #411A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A3C is #BEE5C3. Grayscale: #292929. Windows color (decimal): -12510660 or 3938881. OLE color: 3938881.

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

Color convert

RGB652660-
CMYK00.600.080.75
HSL307.69º42.86%17.84%-
HSV(B)307.69º60%25.49%-
XYZ3.362.194.52-
YUV41.54138.42144.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=43.05%
G=17.22%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65266000.600.080.75307.6942.8617.84
Hex411A3C03C84B1342b12
Octal1013274074101134645322
Binary10000011101011110001111001000100101110011010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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