#463540

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

Shades of Voodoo #463540

Tints of Voodoo #463540

Color information

#463540 (or 0x463540) is unknown color: approx Voodoo. HEX triplet: 46, 35 and 40. RGB value is (70,53,64). Sum of RGB (Red+Green+Blue) = 70+53+64=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #463540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463540 is #B9CABF. Grayscale: #3B3B3B. Windows color (decimal): -12176064 or 4207942. OLE color: 4207942.

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

Color convert

RGB705364-
CMYK00.240.090.73
HSL321.18º13.82%24.12%-
HSV(B)321.18º24.29%27.45%-
XYZ4.724.225.42-
YUV59.34130.63135.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=37.43%
G=28.34%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70536400.240.090.73321.1813.8224.12
Hex463540018949141e18
Octal10665100030111115011630
Binary1000110110101100000001100010011001001101000001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463540; }

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

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

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

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

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

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

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

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