#463441

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

Shades of Voodoo #463441

Tints of Voodoo #463441

Color information

#463441 (or 0x463441) is unknown color: approx Voodoo. HEX triplet: 46, 34 and 41. RGB value is (70,52,65). Sum of RGB (Red+Green+Blue) = 70+52+65=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #463441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463441 is #B9CBBE. Grayscale: #3A3A3A. Windows color (decimal): -12176319 or 4273222. OLE color: 4273222.

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

Color convert

RGB705265-
CMYK00.260.070.73
HSL316.67º14.75%23.92%-
HSV(B)316.67º25.71%27.45%-
XYZ4.714.145.55-
YUV58.86131.46135.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=37.43%
G=27.81%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70526500.260.070.73316.6714.7523.92
Hex46344101A74913df18
Octal1066410103271114751730
Binary100011011010010000010110101111001001100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463441; }

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

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

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

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

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

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

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

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