#463440

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

Shades of Voodoo #463440

Tints of Voodoo #463440

Color information

#463440 (or 0x463440) is unknown color: approx Voodoo. HEX triplet: 46, 34 and 40. RGB value is (70,52,64). Sum of RGB (Red+Green+Blue) = 70+52+64=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #463440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463440 is #B9CBBF. Grayscale: #3A3A3A. Windows color (decimal): -12176320 or 4207686. OLE color: 4207686.

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

Color convert

RGB705264-
CMYK00.260.090.73
HSL320º14.75%23.92%-
HSV(B)320º25.71%27.45%-
XYZ4.684.135.4-
YUV58.75130.96136.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=37.63%
G=27.96%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70526400.260.090.7332014.7523.92
Hex46344001A949140f18
Octal10664100032111115001730
Binary1000110110100100000001101010011001001101000000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463440; }

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

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

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

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

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

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

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

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