#440240

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

Shades of Mardi Gras #440240

Tints of Mardi Gras #440240

Color information

#440240 (or 0x440240) is unknown color: approx Mardi Gras. HEX triplet: 44, 02 and 40. RGB value is (68,2,64). Sum of RGB (Red+Green+Blue) = 68+2+64=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #440240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440240 is #BBFDBF. Grayscale: #1C1C1C. Windows color (decimal): -12320192 or 4194884. OLE color: 4194884.

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

Color convert

RGB68264-
CMYK00.970.060.73
HSL303.64º94.29%13.73%-
HSV(B)303.64º97.06%26.67%-
XYZ3.331.644.99-
YUV28.8147.87155.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=50.75%
G=1.49%
B=47.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6826400.970.060.73303.6494.2913.73
Hex442400616491305ee
Octal10421000141611146013616
Binary100010010100000001100001110100100110011000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440240; }

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

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

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

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

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

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

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

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