#400F40

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

Shades of Mardi Gras #400F40

Tints of Mardi Gras #400F40

Color information

#400F40 (or 0x400F40) is unknown color: approx Mardi Gras. HEX triplet: 40, 0F and 40. RGB value is (64,15,64). Sum of RGB (Red+Green+Blue) = 64+15+64=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F40 is #BFF0BF. Grayscale: #232323. Windows color (decimal): -12579008 or 4198208. OLE color: 4198208.

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

Color convert

RGB641564-
CMYK00.7700.75
HSL300º62.03%15.49%-
HSV(B)300º76.56%25.1%-
XYZ3.211.85.03-
YUV35.24144.23148.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=44.76%
G=10.49%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64156400.7700.7530062.0315.49
Hex40F4004D04B12c3ef
Octal10017100011501134547617
Binary10000001111100000001001101010010111001011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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