#440440

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

Shades of Mardi Gras #440440

Tints of Mardi Gras #440440

Color information

#440440 (or 0x440440) is unknown color: approx Mardi Gras. HEX triplet: 44, 04 and 40. RGB value is (68,4,64). Sum of RGB (Red+Green+Blue) = 68+4+64=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #440440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440440 is #BBFBBF. Grayscale: #1D1D1D. Windows color (decimal): -12319680 or 4195396. OLE color: 4195396.

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

Color convert

RGB68464-
CMYK00.940.060.73
HSL303.75º88.89%14.12%-
HSV(B)303.75º94.12%26.67%-
XYZ3.351.695-
YUV29.98147.2155.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=50%
G=2.94%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6846400.940.060.73303.7588.8914.12
Hex4444005E64913059e
Octal10441000136611146013116
Binary1000100100100000001011110110100100110011000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440440; }

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

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

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

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

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

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

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

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