#412D3D

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

Shades of Voodoo #412D3D

Tints of Voodoo #412D3D

Color information

#412D3D (or 0x412D3D) is unknown color: approx Voodoo. HEX triplet: 41, 2D and 3D. RGB value is (65,45,61). Sum of RGB (Red+Green+Blue) = 65+45+61=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #412D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D3D is #BED2C2. Grayscale: #343434. Windows color (decimal): -12505795 or 4009281. OLE color: 4009281.

HSL color Cylindrical-coordinate representation of color #412D3D: hue angle of 312º 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 #412D3D is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB654561-
CMYK00.310.060.75
HSL312º18.18%21.57%-
HSV(B)312º30.77%25.49%-
XYZ3.963.344.85-
YUV52.8132.63136.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=38.01%
G=26.32%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65456100.310.060.7531218.1821.57
Hex412D3D01F64B1381216
Octal101557503761134702226
Binary100000110110111110101111111010010111001110001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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