#401C3C

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

Shades of Mardi Gras #401C3C

Tints of Mardi Gras #401C3C

Color information

#401C3C (or 0x401C3C) is unknown color: approx Mardi Gras. HEX triplet: 40, 1C and 3C. RGB value is (64,28,60). Sum of RGB (Red+Green+Blue) = 64+28+60=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #401C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C3C is #BFE3C3. Grayscale: #2A2A2A. Windows color (decimal): -12575684 or 3939392. OLE color: 3939392.

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

Color convert

RGB642860-
CMYK00.560.060.75
HSL306.67º39.13%18.04%-
HSV(B)306.67º56.25%25.1%-
XYZ3.352.254.53-
YUV42.41137.93143.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=42.11%
G=18.42%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64286000.560.060.75306.6739.1318.04
Hex401C3C03864B1332712
Octal100347407061134634722
Binary1000000111001111000111000110100101110011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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