#4D2440

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

Shades of Voodoo #4D2440

Tints of Voodoo #4D2440

Color information

#4D2440 (or 0x4D2440) is unknown color: approx Voodoo. HEX triplet: 4D, 24 and 40. RGB value is (77,36,64). Sum of RGB (Red+Green+Blue) = 77+36+64=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2440 is #B2DBBF. Grayscale: #333333. Windows color (decimal): -11721664 or 4203597. OLE color: 4203597.

HSL color Cylindrical-coordinate representation of color #4D2440: hue angle of 319.02º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D2440 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB773664-
CMYK00.530.170.70
HSL319.02º36.28%22.16%-
HSV(B)319.02º53.25%30.2%-
XYZ4.623.215.23-
YUV51.45135.08146.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.50%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=43.50%
G=20.34%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77366400.530.170.70319.0236.2822.16
Hex4D2440035114613f2416
Octal11544100065211064774426
Binary10011011001001000000011010110001100011010011111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,36,64); }

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

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

 a { background-color: rgb(77,36,64); }

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

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

 span { border-color: rgb(77,36,64); }

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