#4B2C40

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

Shades of Voodoo #4B2C40

Tints of Voodoo #4B2C40

Color information

#4B2C40 (or 0x4B2C40) is unknown color: approx Voodoo. HEX triplet: 4B, 2C and 40. RGB value is (75,44,64). Sum of RGB (Red+Green+Blue) = 75+44+64=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C40 is #B4D3BF. Grayscale: #373737. Windows color (decimal): -11850688 or 4205643. OLE color: 4205643.

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

Color convert

RGB754464-
CMYK00.410.150.71
HSL321.29º26.05%23.33%-
HSV(B)321.29º41.33%29.41%-
XYZ4.733.675.31-
YUV55.55132.77141.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=40.98%
G=24.04%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75446400.410.150.71321.2926.0523.33
Hex4B2C40029F471411a17
Octal11354100051171075013227
Binary100101110110010000000101001111110001111010000011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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