#463640

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

Shades of Voodoo #463640

Tints of Voodoo #463640

Color information

#463640 (or 0x463640) is unknown color: approx Voodoo. HEX triplet: 46, 36 and 40. RGB value is (70,54,64). Sum of RGB (Red+Green+Blue) = 70+54+64=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #463640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463640 is #B9C9BF. Grayscale: #3B3B3B. Windows color (decimal): -12175808 or 4208198. OLE color: 4208198.

HSL color Cylindrical-coordinate representation of color #463640: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #463640 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB705464-
CMYK00.230.090.73
HSL322.5º12.9%24.31%-
HSV(B)322.5º22.86%27.45%-
XYZ4.774.315.43-
YUV59.92130.3135.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=37.23%
G=28.72%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70546400.230.090.73322.512.924.31
Hex463640017949142d18
Octal10666100027111115021530
Binary1000110110110100000001011110011001001101000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463640; }

 p { color: rgb(70,54,64); }

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

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

 a { background-color: rgb(70,54,64); }

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

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

 span { border-color: rgb(70,54,64); }

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