#4E2440

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

Shades of Voodoo #4E2440

Tints of Voodoo #4E2440

Color information

#4E2440 (or 0x4E2440) is unknown color: approx Voodoo. HEX triplet: 4E, 24 and 40. RGB value is (78,36,64). Sum of RGB (Red+Green+Blue) = 78+36+64=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2440 is #B1DBBF. Grayscale: #333333. Windows color (decimal): -11656128 or 4203598. OLE color: 4203598.

HSL color Cylindrical-coordinate representation of color #4E2440: hue angle of 320º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2440 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB783664-
CMYK00.540.180.69
HSL320º36.84%22.35%-
HSV(B)320º53.85%30.59%-
XYZ4.73.255.23-
YUV51.75134.91146.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.82%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=43.82%
G=20.22%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78366400.540.180.6932036.8422.35
Hex4E244003612451402516
Octal11644100066221055004526
Binary10011101001001000000011011010010100010110100000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E2440; }

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

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

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

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

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

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

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

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