#442440

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

Shades of Voodoo #442440

Tints of Voodoo #442440

Color information

#442440 (or 0x442440) is unknown color: approx Voodoo. HEX triplet: 44, 24 and 40. RGB value is (68,36,64). Sum of RGB (Red+Green+Blue) = 68+36+64=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #442440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442440 is #BBDBBF. Grayscale: #303030. Windows color (decimal): -12311488 or 4203588. OLE color: 4203588.

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

Color convert

RGB683664-
CMYK00.470.060.73
HSL307.5º30.77%20.39%-
HSV(B)307.5º47.06%26.67%-
XYZ3.942.865.2-
YUV48.76136.6141.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=40.48%
G=21.43%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68366400.470.060.73307.530.7720.39
Hex44244002F6491341f14
Octal1044410005761114643724
Binary10001001001001000000010111111010010011001101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442440; }

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

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

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

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

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

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

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

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