#412C3F

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

Shades of Voodoo #412C3F

Tints of Voodoo #412C3F

Color information

#412C3F (or 0x412C3F) is unknown color: approx Voodoo. HEX triplet: 41, 2C and 3F. RGB value is (65,44,63). Sum of RGB (Red+Green+Blue) = 65+44+63=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #412C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C3F is #BED3C0. Grayscale: #343434. Windows color (decimal): -12506049 or 4140097. OLE color: 4140097.

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

Color convert

RGB654463-
CMYK00.320.030.75
HSL305.71º19.27%21.37%-
HSV(B)305.71º32.31%25.49%-
XYZ3.983.285.13-
YUV52.44133.96136.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 63 (25% from 255) = 36.63%
R=37.79%
G=25.58%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65446300.320.030.75305.7119.2721.37
Hex412C3F02034B1321315
Octal101547704031134622325
Binary100000110110011111101000001110010111001100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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