#411040

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

Shades of Mardi Gras #411040

Tints of Mardi Gras #411040

Color information

#411040 (or 0x411040) is unknown color: approx Mardi Gras. HEX triplet: 41, 10 and 40. RGB value is (65,16,64). Sum of RGB (Red+Green+Blue) = 65+16+64=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #411040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411040 is #BEEFBF. Grayscale: #232323. Windows color (decimal): -12513216 or 4198465. OLE color: 4198465.

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

Color convert

RGB651664-
CMYK00.750.020.75
HSL301.22º60.49%15.88%-
HSV(B)301.22º75.38%25.49%-
XYZ3.291.865.04-
YUV36.12143.73148.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=44.83%
G=11.03%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65166400.750.020.75301.2260.4915.88
Hex41104004B24B12d3c10
Octal10120100011321134557420
Binary10000011000010000000100101110100101110010110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411040; }

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

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

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

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

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

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

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

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