#412B3D

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

Shades of Voodoo #412B3D

Tints of Voodoo #412B3D

Color information

#412B3D (or 0x412B3D) is unknown color: approx Voodoo. HEX triplet: 41, 2B and 3D. RGB value is (65,43,61). Sum of RGB (Red+Green+Blue) = 65+43+61=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #412B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B3D is #BED4C2. Grayscale: #333333. Windows color (decimal): -12506307 or 4008769. OLE color: 4008769.

HSL color Cylindrical-coordinate representation of color #412B3D: hue angle of 310.91º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #412B3D is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB654361-
CMYK00.340.060.75
HSL310.91º20.37%21.18%-
HSV(B)310.91º33.85%25.49%-
XYZ3.893.194.83-
YUV51.63133.29137.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=38.46%
G=25.44%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65436100.340.060.75310.9120.3721.18
Hex412B3D02264B1371415
Octal101537504261134672425
Binary1000001101011111101010001011010010111001101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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