#40013C

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

Shades of Mardi Gras #40013C

Tints of Mardi Gras #40013C

Color information

#40013C (or 0x40013C) is unknown color: approx Mardi Gras. HEX triplet: 40, 01 and 3C. RGB value is (64,1,60). Sum of RGB (Red+Green+Blue) = 64+1+60=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40013C is #BFFEC3. Grayscale: #1A1A1A. Windows color (decimal): -12582596 or 3932480. OLE color: 3932480.

HSL color Cylindrical-coordinate representation of color #40013C: hue angle of 303.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40013C is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB64160-
CMYK00.980.060.75
HSL303.81º96.92%12.75%-
HSV(B)303.81º98.44%25.1%-
XYZ2.941.444.4-
YUV26.56146.87154.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 60 (23.83% from 255) = 48%
R=51.2%
G=0.8%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6416000.980.060.75303.8196.9212.75
Hex4013C06264B13061d
Octal1001740142611346014115
Binary1000000111110001100010110100101110011000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40013C; }

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

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

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

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

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

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

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

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