#4D1E40

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

Shades of Voodoo #4D1E40

Tints of Voodoo #4D1E40

Color information

#4D1E40 (or 0x4D1E40) is unknown color: approx Voodoo. HEX triplet: 4D, 1E and 40. RGB value is (77,30,64). Sum of RGB (Red+Green+Blue) = 77+30+64=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E40 is #B2E1BF. Grayscale: #2F2F2F. Windows color (decimal): -11723200 or 4202061. OLE color: 4202061.

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

Color convert

RGB773064-
CMYK00.610.170.70
HSL316.6º43.93%20.98%-
HSV(B)316.6º61.04%30.2%-
XYZ4.452.885.17-
YUV47.93137.07148.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.03%
GREEN value IS 30 (12.11% from 255) = 17.54%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=45.03%
G=17.54%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77306400.610.170.70316.643.9320.98
Hex4D1E4003D114613d2c15
Octal11536100075211064755425
Binary1001101111101000000011110110001100011010011110110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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