#411540

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

Shades of Mardi Gras #411540

Tints of Mardi Gras #411540

Color information

#411540 (or 0x411540) is unknown color: approx Mardi Gras. HEX triplet: 41, 15 and 40. RGB value is (65,21,64). Sum of RGB (Red+Green+Blue) = 65+21+64=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #411540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411540 is #BEEABF. Grayscale: #262626. Windows color (decimal): -12511936 or 4199745. OLE color: 4199745.

HSL color Cylindrical-coordinate representation of color #411540: hue angle of 301.36º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411540 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB652164-
CMYK00.680.020.75
HSL301.36º51.16%16.86%-
HSV(B)301.36º67.69%25.49%-
XYZ3.372.035.06-
YUV39.06142.08146.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=43.33%
G=14%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65216400.680.020.75301.3651.1616.86
Hex41154004424B12d3311
Octal10125100010421134556321
Binary10000011010110000000100010010100101110010110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411540; }

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

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

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

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

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

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

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

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