#440442

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

Shades of Mardi Gras #440442

Tints of Mardi Gras #440442

Color information

#440442 (or 0x440442) is unknown color: approx Mardi Gras. HEX triplet: 44, 04 and 42. RGB value is (68,4,66). Sum of RGB (Red+Green+Blue) = 68+4+66=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #440442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440442 is #BBFBBD. Grayscale: #1E1E1E. Windows color (decimal): -12319678 or 4326468. OLE color: 4326468.

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

Color convert

RGB68466-
CMYK00.940.030.73
HSL301.88º88.89%14.12%-
HSV(B)301.88º94.12%26.67%-
XYZ3.411.715.3-
YUV30.2148.2154.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 66 (26.17% from 255) = 47.83%
R=49.28%
G=2.90%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6846600.940.030.73301.8888.8914.12
Hex4444205E34912e59e
Octal10441020136311145613116
Binary100010010010000100101111011100100110010111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440442; }

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

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

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

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

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

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

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

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