#400D40

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

Shades of Mardi Gras #400D40

Tints of Mardi Gras #400D40

Color information

#400D40 (or 0x400D40) is unknown color: approx Mardi Gras. HEX triplet: 40, 0D and 40. RGB value is (64,13,64). Sum of RGB (Red+Green+Blue) = 64+13+64=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D40 is #BFF2BF. Grayscale: #212121. Windows color (decimal): -12579520 or 4197696. OLE color: 4197696.

HSL color Cylindrical-coordinate representation of color #400D40: hue angle of 300º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D40 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB641364-
CMYK00.8000.75
HSL300º66.23%15.1%-
HSV(B)300º79.69%25.1%-
XYZ3.181.755.02-
YUV34.06144.9149.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=45.39%
G=9.22%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64136400.8000.7530066.2315.1
Hex40D4005004B12c42f
Octal100151000120011345410217
Binary100000011011000000010100000100101110010110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400D40; }

 p { color: rgb(64,13,64); }

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

<style>
 a { background-color: #400D40; }

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

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

<style>
 span { border-color: #400D40; }

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

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