#440540

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

Shades of Mardi Gras #440540

Tints of Mardi Gras #440540

Color information

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

HSL color Cylindrical-coordinate representation of color #440540: hue angle of 303.81º 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 #440540 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB68564-
CMYK00.930.060.73
HSL303.81º86.3%14.31%-
HSV(B)303.81º92.65%26.67%-
XYZ3.361.715-
YUV30.56146.87154.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6856400.930.060.73303.8186.314.31
Hex4454005D64913056e
Octal10451000135611146012616
Binary1000100101100000001011101110100100110011000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440540; }

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

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

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

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

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

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

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

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