#4E1D40

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

Shades of Voodoo #4E1D40

Tints of Voodoo #4E1D40

Color information

#4E1D40 (or 0x4E1D40) is unknown color: approx Voodoo. HEX triplet: 4E, 1D and 40. RGB value is (78,29,64). Sum of RGB (Red+Green+Blue) = 78+29+64=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D40 is #B1E2BF. Grayscale: #2F2F2F. Windows color (decimal): -11657920 or 4201806. OLE color: 4201806.

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

Color convert

RGB782964-
CMYK00.630.180.69
HSL317.14º45.79%20.98%-
HSV(B)317.14º62.82%30.59%-
XYZ4.512.875.17-
YUV47.64137.23149.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.61%
GREEN value IS 29 (11.72% from 255) = 16.96%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=45.61%
G=16.96%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78296400.630.180.69317.1445.7920.98
Hex4E1D4003F124513d2e15
Octal11635100077221054755625
Binary1001110111011000000011111110010100010110011110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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