#463240

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

Shades of Voodoo #463240

Tints of Voodoo #463240

Color information

#463240 (or 0x463240) is unknown color: approx Voodoo. HEX triplet: 46, 32 and 40. RGB value is (70,50,64). Sum of RGB (Red+Green+Blue) = 70+50+64=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #463240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463240 is #B9CDBF. Grayscale: #393939. Windows color (decimal): -12176832 or 4207174. OLE color: 4207174.

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

Color convert

RGB705064-
CMYK00.290.090.73
HSL318º16.67%23.53%-
HSV(B)318º28.57%27.45%-
XYZ4.593.955.37-
YUV57.58131.63136.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=38.04%
G=27.17%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70506400.290.090.7331816.6723.53
Hex46324001D94913e1118
Octal10662100035111114762130
Binary10001101100101000000011101100110010011001111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463240; }

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

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

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

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

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

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

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

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