#4B2040

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

Shades of Voodoo #4B2040

Tints of Voodoo #4B2040

Color information

#4B2040 (or 0x4B2040) is unknown color: approx Voodoo. HEX triplet: 4B, 20 and 40. RGB value is (75,32,64). Sum of RGB (Red+Green+Blue) = 75+32+64=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2040 is #B4DFBF. Grayscale: #303030. Windows color (decimal): -11853760 or 4202571. OLE color: 4202571.

HSL color Cylindrical-coordinate representation of color #4B2040: hue angle of 315.35º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2040 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB753264-
CMYK00.570.150.71
HSL315.35º40.19%20.98%-
HSV(B)315.35º57.33%29.41%-
XYZ4.342.95.18-
YUV48.5136.75146.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=43.86%
G=18.71%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75326400.570.150.71315.3540.1920.98
Hex4B2040039F4713b2815
Octal11340100071171074735025
Binary1001011100000100000001110011111100011110011101110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,64); }

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

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

 a { background-color: rgb(75,32,64); }

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

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

 span { border-color: rgb(75,32,64); }

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