#4E2240

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

Shades of Voodoo #4E2240

Tints of Voodoo #4E2240

Color information

#4E2240 (or 0x4E2240) is unknown color: approx Voodoo. HEX triplet: 4E, 22 and 40. RGB value is (78,34,64). Sum of RGB (Red+Green+Blue) = 78+34+64=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2240 is #B1DDBF. Grayscale: #323232. Windows color (decimal): -11656640 or 4203086. OLE color: 4203086.

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

Color convert

RGB783464-
CMYK00.560.180.69
HSL319.09º39.29%21.96%-
HSV(B)319.09º56.41%30.59%-
XYZ4.643.135.21-
YUV50.58135.58147.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=44.32%
G=19.32%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78346400.560.180.69319.0939.2921.96
Hex4E2240038124513f2716
Octal11642100070221054774726
Binary10011101000101000000011100010010100010110011111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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