#411641

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

Shades of Mardi Gras #411641

Tints of Mardi Gras #411641

Color information

#411641 (or 0x411641) is unknown color: approx Mardi Gras. HEX triplet: 41, 16 and 41. RGB value is (65,22,65). Sum of RGB (Red+Green+Blue) = 65+22+65=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411641 is #BEE9BE. Grayscale: #272727. Windows color (decimal): -12511679 or 4265537. OLE color: 4265537.

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

Color convert

RGB652265-
CMYK00.6600.75
HSL300º49.43%17.06%-
HSV(B)300º66.15%25.49%-
XYZ3.422.085.22-
YUV39.76142.25146-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=42.76%
G=14.47%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65226500.6600.7530049.4317.06
Hex41164104204B12c3111
Octal10126101010201134546121
Binary1000001101101000001010000100100101110010110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411641; }

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

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

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

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

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

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

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

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