#400A39

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

Shades of Mardi Gras #400A39

Tints of Mardi Gras #400A39

Color information

#400A39 (or 0x400A39) is unknown color: approx Mardi Gras. HEX triplet: 40, 0A and 39. RGB value is (64,10,57). Sum of RGB (Red+Green+Blue) = 64+10+57=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #400A39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A39 is #BFF5C6. Grayscale: #1F1F1F. Windows color (decimal): -12580295 or 3738176. OLE color: 3738176.

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

Color convert

RGB641057-
CMYK00.840.110.75
HSL307.78º72.97%14.51%-
HSV(B)307.78º84.38%25.1%-
XYZ2.961.64.02-
YUV31.5142.39151.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 10 (4.30% from 255) = 7.63%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=48.85%
G=7.63%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64105700.840.110.75307.7872.9714.51
Hex40A39054B4B13449f
Octal100127101241311346411117
Binary10000001010111001010101001011100101110011010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,10,57); }

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

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

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

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

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

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

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