#4E2841

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

Shades of Voodoo #4E2841

Tints of Voodoo #4E2841

Color information

#4E2841 (or 0x4E2841) is unknown color: approx Voodoo. HEX triplet: 4E, 28 and 41. RGB value is (78,40,65). Sum of RGB (Red+Green+Blue) = 78+40+65=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2841 is #B1D7BE. Grayscale: #363636. Windows color (decimal): -11655103 or 4270158. OLE color: 4270158.

HSL color Cylindrical-coordinate representation of color #4E2841: hue angle of 320.53º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2841 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB784065-
CMYK00.490.170.69
HSL320.53º32.2%23.14%-
HSV(B)320.53º48.72%30.59%-
XYZ4.853.525.42-
YUV54.21134.09144.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=42.62%
G=21.86%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78406500.490.170.69320.5332.223.14
Hex4E284103111451412017
Octal11650101061211055014027
Binary10011101010001000001011000110001100010110100000110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,40,65); }

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

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

 a { background-color: rgb(78,40,65); }

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

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

 span { border-color: rgb(78,40,65); }

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