#4D2640

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

Shades of Voodoo #4D2640

Tints of Voodoo #4D2640

Color information

#4D2640 (or 0x4D2640) is unknown color: approx Voodoo. HEX triplet: 4D, 26 and 40. RGB value is (77,38,64). Sum of RGB (Red+Green+Blue) = 77+38+64=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2640 is #B2D9BF. Grayscale: #343434. Windows color (decimal): -11721152 or 4204109. OLE color: 4204109.

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

Color convert

RGB773864-
CMYK00.510.170.70
HSL320º33.91%22.55%-
HSV(B)320º50.65%30.2%-
XYZ4.683.335.25-
YUV52.62134.42145.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.02%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=43.02%
G=21.23%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77386400.510.170.7032033.9122.55
Hex4D264003311461402217
Octal11546100063211065004227
Binary10011011001101000000011001110001100011010100000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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