#412D3F

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

Shades of Voodoo #412D3F

Tints of Voodoo #412D3F

Color information

#412D3F (or 0x412D3F) is unknown color: approx Voodoo. HEX triplet: 41, 2D and 3F. RGB value is (65,45,63). Sum of RGB (Red+Green+Blue) = 65+45+63=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #412D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D3F is #BED2C0. Grayscale: #343434. Windows color (decimal): -12505793 or 4140353. OLE color: 4140353.

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

Color convert

RGB654563-
CMYK00.310.030.75
HSL306º18.18%21.57%-
HSV(B)306º30.77%25.49%-
XYZ4.023.365.14-
YUV53.03133.63136.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 63 (25% from 255) = 36.42%
R=37.57%
G=26.01%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65456300.310.030.7530618.1821.57
Hex412D3F01F34B1321216
Octal101557703731134622226
Binary10000011011011111110111111110010111001100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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