#4D2140

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

Shades of Voodoo #4D2140

Tints of Voodoo #4D2140

Color information

#4D2140 (or 0x4D2140) is unknown color: approx Voodoo. HEX triplet: 4D, 21 and 40. RGB value is (77,33,64). Sum of RGB (Red+Green+Blue) = 77+33+64=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2140 is #B2DEBF. Grayscale: #313131. Windows color (decimal): -11722432 or 4202829. OLE color: 4202829.

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

Color convert

RGB773364-
CMYK00.570.170.70
HSL317.73º40%21.57%-
HSV(B)317.73º57.14%30.2%-
XYZ4.533.045.2-
YUV49.69136.08147.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.25%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=44.25%
G=18.97%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77336400.570.170.70317.734021.57
Hex4D2140039114613e2816
Octal11541100071211064765026
Binary10011011000011000000011100110001100011010011111010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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