#400544

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

Shades of Mardi Gras #400544

Tints of Mardi Gras #400544

Color information

#400544 (or 0x400544) is unknown color: approx Mardi Gras. HEX triplet: 40, 05 and 44. RGB value is (64,5,68). Sum of RGB (Red+Green+Blue) = 64+5+68=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #400544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400544 is #BFFABB. Grayscale: #1D1D1D. Windows color (decimal): -12581564 or 4457792. OLE color: 4457792.

HSL color Cylindrical-coordinate representation of color #400544: hue angle of 296.19º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400544 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB64568-
CMYK0.060.9300.73
HSL296.19º86.3%14.31%-
HSV(B)296.19º92.65%26.67%-
XYZ3.211.625.61-
YUV29.82149.55152.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=46.72%
G=3.65%
B=49.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal645680.060.9300.73296.1986.314.31
Hex4054465D04912856e
Octal10051046135011145012616
Binary1000000101100010011010111010100100110010100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400544; }

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

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

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

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

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

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

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

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