#401A3C

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

Shades of Mardi Gras #401A3C

Tints of Mardi Gras #401A3C

Color information

#401A3C (or 0x401A3C) is unknown color: approx Mardi Gras. HEX triplet: 40, 1A and 3C. RGB value is (64,26,60). Sum of RGB (Red+Green+Blue) = 64+26+60=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #401A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A3C is #BFE5C3. Grayscale: #292929. Windows color (decimal): -12576196 or 3938880. OLE color: 3938880.

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

Color convert

RGB642660-
CMYK00.590.060.75
HSL306.32º42.22%17.65%-
HSV(B)306.32º59.38%25.1%-
XYZ3.32.164.52-
YUV41.24138.59144.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=42.67%
G=17.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64266000.590.060.75306.3242.2217.65
Hex401A3C03B64B1322a12
Octal100327407361134625222
Binary1000000110101111000111011110100101110011001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,26,60); }

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

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

 a { background-color: rgb(64,26,60); }

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

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

 span { border-color: rgb(64,26,60); }

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