#401641

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

Shades of Mardi Gras #401641

Tints of Mardi Gras #401641

Color information

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

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

Color convert

RGB642265-
CMYK0.020.6600.75
HSL298.6º49.43%17.06%-
HSV(B)298.6º66.15%25.49%-
XYZ3.362.055.22-
YUV39.46142.41145.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422650.020.6600.75298.649.4317.06
Hex40164124204B12b3111
Octal10026101210201134536121
Binary10000001011010000011010000100100101110010101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401641; }

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

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

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

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

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

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

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

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