#4D1C40

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

Shades of Voodoo #4D1C40

Tints of Voodoo #4D1C40

Color information

#4D1C40 (or 0x4D1C40) is unknown color: approx Voodoo. HEX triplet: 4D, 1C and 40. RGB value is (77,28,64). Sum of RGB (Red+Green+Blue) = 77+28+64=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C40 is #B2E3BF. Grayscale: #2E2E2E. Windows color (decimal): -11723712 or 4201549. OLE color: 4201549.

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

Color convert

RGB772864-
CMYK00.640.170.70
HSL315.92º46.67%20.59%-
HSV(B)315.92º63.64%30.2%-
XYZ4.42.785.15-
YUV46.76137.73149.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=45.56%
G=16.57%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77286400.640.170.70315.9246.6720.59
Hex4D1C40040114613c2f15
Octal115341000100211064745725
Binary10011011110010000000100000010001100011010011110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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