#440140

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

Shades of Mardi Gras #440140

Tints of Mardi Gras #440140

Color information

#440140 (or 0x440140) is unknown color: approx Mardi Gras. HEX triplet: 44, 01 and 40. RGB value is (68,1,64). Sum of RGB (Red+Green+Blue) = 68+1+64=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #440140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440140 is #BBFEBF. Grayscale: #1C1C1C. Windows color (decimal): -12320448 or 4194628. OLE color: 4194628.

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

Color convert

RGB68164-
CMYK00.990.060.73
HSL303.58º97.1%13.53%-
HSV(B)303.58º98.53%26.67%-
XYZ3.321.624.99-
YUV28.22148.2156.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=51.13%
G=0.75%
B=48.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6816400.990.060.73303.5897.113.53
Hex4414006364913061e
Octal10411000143611146014116
Binary10001001100000001100011110100100110011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440140; }

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

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

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

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

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

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

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

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