#411640

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

Shades of Mardi Gras #411640

Tints of Mardi Gras #411640

Color information

#411640 (or 0x411640) is unknown color: approx Mardi Gras. HEX triplet: 41, 16 and 40. RGB value is (65,22,64). Sum of RGB (Red+Green+Blue) = 65+22+64=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #411640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411640 is #BEE9BF. Grayscale: #272727. Windows color (decimal): -12511680 or 4200001. OLE color: 4200001.

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

Color convert

RGB652264-
CMYK00.660.020.75
HSL301.4º49.43%17.06%-
HSV(B)301.4º66.15%25.49%-
XYZ3.392.075.07-
YUV39.64141.75146.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=43.05%
G=14.57%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65226400.660.020.75301.449.4317.06
Hex41164004224B12d3111
Octal10126100010221134556121
Binary10000011011010000000100001010100101110010110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411640; }

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

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

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

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

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

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

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

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