#412E3C

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

Shades of Voodoo #412E3C

Tints of Voodoo #412E3C

Color information

#412E3C (or 0x412E3C) is unknown color: approx Voodoo. HEX triplet: 41, 2E and 3C. RGB value is (65,46,60). Sum of RGB (Red+Green+Blue) = 65+46+60=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #412E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E3C is #BED1C3. Grayscale: #353535. Windows color (decimal): -12505540 or 3944001. OLE color: 3944001.

HSL color Cylindrical-coordinate representation of color #412E3C: hue angle of 315.79º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E3C is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB654660-
CMYK00.290.080.75
HSL315.79º17.12%21.76%-
HSV(B)315.79º29.23%25.49%-
XYZ3.973.44.72-
YUV53.28131.79136.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=38.01%
G=26.90%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65466000.290.080.75315.7917.1221.76
Hex412E3C01D84B13c1116
Octal1015674035101134742126
Binary1000001101110111100011101100010010111001111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412E3C; }

 p { color: rgb(65,46,60); }

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

<style>
 a { background-color: #412E3C; }

 a { background-color: rgb(65,46,60); }

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

<style>
 span { border-color: #412E3C; }

 span { border-color: rgb(65,46,60); }

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