#463741

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

Shades of Voodoo #463741

Tints of Voodoo #463741

Color information

#463741 (or 0x463741) is unknown color: approx Voodoo. HEX triplet: 46, 37 and 41. RGB value is (70,55,65). Sum of RGB (Red+Green+Blue) = 70+55+65=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463741 is #B9C8BE. Grayscale: #3C3C3C. Windows color (decimal): -12175551 or 4273990. OLE color: 4273990.

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

Color convert

RGB705565-
CMYK00.210.070.73
HSL320º12%24.51%-
HSV(B)320º21.43%27.45%-
XYZ4.854.425.6-
YUV60.62130.47134.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=36.84%
G=28.95%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70556500.210.070.733201224.51
Hex463741015749140c19
Octal1066710102571115001431
Binary100011011011110000010101011111001001101000000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463741; }

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

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

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

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

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

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

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

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