#400D44

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

Shades of Mardi Gras #400D44

Tints of Mardi Gras #400D44

Color information

#400D44 (or 0x400D44) is unknown color: approx Mardi Gras. HEX triplet: 40, 0D and 44. RGB value is (64,13,68). Sum of RGB (Red+Green+Blue) = 64+13+68=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #400D44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D44 is #BFF2BB. Grayscale: #222222. Windows color (decimal): -12579516 or 4459840. OLE color: 4459840.

HSL color Cylindrical-coordinate representation of color #400D44: hue angle of 295.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400D44 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB641368-
CMYK0.060.8100.73
HSL295.64º67.9%15.88%-
HSV(B)295.64º80.88%26.67%-
XYZ3.31.85.64-
YUV34.52146.9149.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 13 (5.47% from 255) = 8.97%
BLUE value IS 68 (26.95% from 255) = 46.90%
R=44.14%
G=8.97%
B=46.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6413680.060.8100.73295.6467.915.88
Hex40D446510491284410
Octal100151046121011145010420
Binary100000011011000100110101000101001001100101000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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