#4E223F

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

Shades of Voodoo #4E223F

Tints of Voodoo #4E223F

Color information

#4E223F (or 0x4E223F) is unknown color: approx Voodoo. HEX triplet: 4E, 22 and 3F. RGB value is (78,34,63). Sum of RGB (Red+Green+Blue) = 78+34+63=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E223F is #B1DDC0. Grayscale: #323232. Windows color (decimal): -11656641 or 4137550. OLE color: 4137550.

HSL color Cylindrical-coordinate representation of color #4E223F: hue angle of 320.45º 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 #4E223F is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB783463-
CMYK00.560.190.69
HSL320.45º39.29%21.96%-
HSV(B)320.45º56.41%30.59%-
XYZ4.613.125.06-
YUV50.46135.08147.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 63 (25% from 255) = 36%
R=44.57%
G=19.43%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78346300.560.190.69320.4539.2921.96
Hex4E223F03813451402716
Octal1164277070231055004726
Binary1001110100010111111011100010011100010110100000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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