#4D2240

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

Shades of Voodoo #4D2240

Tints of Voodoo #4D2240

Color information

#4D2240 (or 0x4D2240) is unknown color: approx Voodoo. HEX triplet: 4D, 22 and 40. RGB value is (77,34,64). Sum of RGB (Red+Green+Blue) = 77+34+64=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2240 is #B2DDBF. Grayscale: #323232. Windows color (decimal): -11722176 or 4203085. OLE color: 4203085.

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

Color convert

RGB773464-
CMYK00.560.170.70
HSL318.14º38.74%21.76%-
HSV(B)318.14º55.84%30.2%-
XYZ4.563.095.21-
YUV50.28135.75147.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=44%
G=19.43%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77346400.560.170.70318.1438.7421.76
Hex4D2240038114613e2716
Octal11542100070211064764726
Binary10011011000101000000011100010001100011010011111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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