#463342

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

Shades of Voodoo #463342

Tints of Voodoo #463342

Color information

#463342 (or 0x463342) is unknown color: approx Voodoo. HEX triplet: 46, 33 and 42. RGB value is (70,51,66). Sum of RGB (Red+Green+Blue) = 70+51+66=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #463342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463342 is #B9CCBD. Grayscale: #3A3A3A. Windows color (decimal): -12176574 or 4338502. OLE color: 4338502.

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

Color convert

RGB705166-
CMYK00.270.060.73
HSL312.63º15.7%23.73%-
HSV(B)312.63º27.14%27.45%-
XYZ4.694.065.69-
YUV58.39132.29136.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=37.43%
G=27.27%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70516600.270.060.73312.6315.723.73
Hex46334201B6491391018
Octal1066310203361114712030
Binary1000110110011100001001101111010010011001110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463342; }

 p { color: rgb(70,51,66); }

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

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

 a { background-color: rgb(70,51,66); }

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

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

 span { border-color: rgb(70,51,66); }

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