#4D1A40

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

Shades of Voodoo #4D1A40

Tints of Voodoo #4D1A40

Color information

#4D1A40 (or 0x4D1A40) is unknown color: approx Voodoo. HEX triplet: 4D, 1A and 40. RGB value is (77,26,64). Sum of RGB (Red+Green+Blue) = 77+26+64=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A40 is #B2E5BF. Grayscale: #2D2D2D. Windows color (decimal): -11724224 or 4201037. OLE color: 4201037.

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

Color convert

RGB772664-
CMYK00.660.170.70
HSL315.29º49.51%20.2%-
HSV(B)315.29º66.23%30.2%-
XYZ4.362.695.14-
YUV45.58138.4150.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.11%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=46.11%
G=15.57%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77266400.660.170.70315.2949.5120.2
Hex4D1A40042114613b3214
Octal115321000102211064736224
Binary10011011101010000000100001010001100011010011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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