#412D3C

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

Shades of Voodoo #412D3C

Tints of Voodoo #412D3C

Color information

#412D3C (or 0x412D3C) is unknown color: approx Voodoo. HEX triplet: 41, 2D and 3C. RGB value is (65,45,60). Sum of RGB (Red+Green+Blue) = 65+45+60=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #412D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D3C is #BED2C3. Grayscale: #343434. Windows color (decimal): -12505796 or 3943745. OLE color: 3943745.

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

Color convert

RGB654560-
CMYK00.310.080.75
HSL315º18.18%21.57%-
HSV(B)315º30.77%25.49%-
XYZ3.933.334.71-
YUV52.69132.13136.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=38.24%
G=26.47%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65456000.310.080.7531518.1821.57
Hex412D3C01F84B13b1216
Octal1015574037101134732226
Binary1000001101101111100011111100010010111001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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