#400A45

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

Shades of Mardi Gras #400A45

Tints of Mardi Gras #400A45

Color information

#400A45 (or 0x400A45) is unknown color: approx Mardi Gras. HEX triplet: 40, 0A and 45. RGB value is (64,10,69). Sum of RGB (Red+Green+Blue) = 64+10+69=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #400A45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A45 is #BFF5BA. Grayscale: #202020. Windows color (decimal): -12580283 or 4524608. OLE color: 4524608.

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

Color convert

RGB641069-
CMYK0.070.8600.73
HSL294.92º74.68%15.49%-
HSV(B)294.92º85.51%27.06%-
XYZ3.31.745.79-
YUV32.87148.39150.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 10 (4.30% from 255) = 6.99%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=44.76%
G=6.99%
B=48.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6410690.070.8600.73294.9274.6815.49
Hex40A457560491274bf
Octal100121057126011144711317
Binary10000001010100010111110101100100100110010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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