#463241

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

Shades of Voodoo #463241

Tints of Voodoo #463241

Color information

#463241 (or 0x463241) is unknown color: approx Voodoo. HEX triplet: 46, 32 and 41. RGB value is (70,50,65). Sum of RGB (Red+Green+Blue) = 70+50+65=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #463241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463241 is #B9CDBE. Grayscale: #393939. Windows color (decimal): -12176831 or 4272710. OLE color: 4272710.

HSL color Cylindrical-coordinate representation of color #463241: hue angle of 315º 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 #463241 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB705065-
CMYK00.290.070.73
HSL315º16.67%23.53%-
HSV(B)315º28.57%27.45%-
XYZ4.623.965.52-
YUV57.69132.13136.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=37.84%
G=27.03%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70506500.290.070.7331516.6723.53
Hex46324101D74913b1118
Octal1066210103571114732130
Binary1000110110010100000101110111110010011001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463241; }

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

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

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

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

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

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

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

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