#4A3442

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

Shades of Voodoo #4A3442

Tints of Voodoo #4A3442

Color information

#4A3442 (or 0x4A3442) is unknown color: approx Voodoo. HEX triplet: 4A, 34 and 42. RGB value is (74,52,66). Sum of RGB (Red+Green+Blue) = 74+52+66=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3442 is #B5CBBD. Grayscale: #3C3C3C. Windows color (decimal): -11914174 or 4338762. OLE color: 4338762.

HSL color Cylindrical-coordinate representation of color #4A3442: hue angle of 321.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A3442 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB745266-
CMYK00.300.110.71
HSL321.82º17.46%24.71%-
HSV(B)321.82º29.73%29.02%-
XYZ5.044.315.72-
YUV60.17131.29137.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.54%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=38.54%
G=27.08%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74526600.300.110.71321.8217.4624.71
Hex4A344201EB471421119
Octal11264102036131075022131
Binary10010101101001000010011110101110001111010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,52,66); }

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

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

 a { background-color: rgb(74,52,66); }

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

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

 span { border-color: rgb(74,52,66); }

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