#4D1B40

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

Shades of Voodoo #4D1B40

Tints of Voodoo #4D1B40

Color information

#4D1B40 (or 0x4D1B40) is unknown color: approx Voodoo. HEX triplet: 4D, 1B and 40. RGB value is (77,27,64). Sum of RGB (Red+Green+Blue) = 77+27+64=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B40 is #B2E4BF. Grayscale: #2E2E2E. Windows color (decimal): -11723968 or 4201293. OLE color: 4201293.

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

Color convert

RGB772764-
CMYK00.650.170.70
HSL315.6º48.08%20.39%-
HSV(B)315.6º64.94%30.2%-
XYZ4.382.735.15-
YUV46.17138.06149.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.83%
GREEN value IS 27 (10.94% from 255) = 16.07%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=45.83%
G=16.07%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77276400.650.170.70315.648.0820.39
Hex4D1B40041114613c3014
Octal115331000101211064746024
Binary10011011101110000000100000110001100011010011110011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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