#4E233F

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

Shades of Voodoo #4E233F

Tints of Voodoo #4E233F

Color information

#4E233F (or 0x4E233F) is unknown color: approx Voodoo. HEX triplet: 4E, 23 and 3F. RGB value is (78,35,63). Sum of RGB (Red+Green+Blue) = 78+35+63=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E233F is #B1DCC0. Grayscale: #323232. Windows color (decimal): -11656385 or 4137806. OLE color: 4137806.

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

Color convert

RGB783563-
CMYK00.550.190.69
HSL320.93º38.05%22.16%-
HSV(B)320.93º55.13%30.59%-
XYZ4.643.185.07-
YUV51.05134.75147.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 63 (25% from 255) = 35.80%
R=44.32%
G=19.89%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78356300.550.190.69320.9338.0522.16
Hex4E233F03713451412616
Octal1164377067231055014626
Binary1001110100011111111011011110011100010110100000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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