#401C3A

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

Shades of Mardi Gras #401C3A

Tints of Mardi Gras #401C3A

Color information

#401C3A (or 0x401C3A) is unknown color: approx Mardi Gras. HEX triplet: 40, 1C and 3A. RGB value is (64,28,58). Sum of RGB (Red+Green+Blue) = 64+28+58=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #401C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C3A is #BFE3C5. Grayscale: #2A2A2A. Windows color (decimal): -12575686 or 3808320. OLE color: 3808320.

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

Color convert

RGB642858-
CMYK00.560.090.75
HSL310º39.13%18.04%-
HSV(B)310º56.25%25.1%-
XYZ3.292.234.26-
YUV42.18136.93143.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=42.67%
G=18.67%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64285800.560.090.7531039.1318.04
Hex401C3A03894B1362712
Octal1003472070111134664722
Binary10000001110011101001110001001100101110011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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