#401B39

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

Shades of Mardi Gras #401B39

Tints of Mardi Gras #401B39

Color information

#401B39 (or 0x401B39) is unknown color: approx Mardi Gras. HEX triplet: 40, 1B and 39. RGB value is (64,27,57). Sum of RGB (Red+Green+Blue) = 64+27+57=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #401B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B39 is #BFE4C6. Grayscale: #292929. Windows color (decimal): -12575943 or 3742528. OLE color: 3742528.

HSL color Cylindrical-coordinate representation of color #401B39: hue angle of 311.35º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B39 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB642757-
CMYK00.580.110.75
HSL311.35º40.66%17.84%-
HSV(B)311.35º57.81%25.1%-
XYZ3.242.174.12-
YUV41.48136.76144.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=43.24%
G=18.24%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64275700.580.110.75311.3540.6617.84
Hex401B3903AB4B1372912
Octal1003371072131134675122
Binary10000001101111100101110101011100101110011011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401B39; }

 p { color: rgb(64,27,57); }

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

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

 a { background-color: rgb(64,27,57); }

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

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

 span { border-color: rgb(64,27,57); }

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