#4E1E40

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

Shades of Voodoo #4E1E40

Tints of Voodoo #4E1E40

Color information

#4E1E40 (or 0x4E1E40) is unknown color: approx Voodoo. HEX triplet: 4E, 1E and 40. RGB value is (78,30,64). Sum of RGB (Red+Green+Blue) = 78+30+64=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E40 is #B1E1BF. Grayscale: #303030. Windows color (decimal): -11657664 or 4202062. OLE color: 4202062.

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

Color convert

RGB783064-
CMYK00.620.180.69
HSL317.5º44.44%21.18%-
HSV(B)317.5º61.54%30.59%-
XYZ4.532.925.17-
YUV48.23136.9149.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=45.35%
G=17.44%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78306400.620.180.69317.544.4421.18
Hex4E1E4003E124513e2c15
Octal11636100076221054765425
Binary1001110111101000000011111010010100010110011111010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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