#463141

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

Shades of Voodoo #463141

Tints of Voodoo #463141

Color information

#463141 (or 0x463141) is unknown color: approx Voodoo. HEX triplet: 46, 31 and 41. RGB value is (70,49,65). Sum of RGB (Red+Green+Blue) = 70+49+65=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #463141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463141 is #B9CEBE. Grayscale: #393939. Windows color (decimal): -12177087 or 4272454. OLE color: 4272454.

HSL color Cylindrical-coordinate representation of color #463141: hue angle of 314.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463141 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB704965-
CMYK00.300.070.73
HSL314.29º17.65%23.33%-
HSV(B)314.29º30%27.45%-
XYZ4.583.885.51-
YUV57.1132.46137.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=38.04%
G=26.63%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70496500.300.070.73314.2917.6523.33
Hex46314101E74913a1217
Octal1066110103671114722227
Binary1000110110001100000101111011110010011001110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463141; }

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

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

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

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

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

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

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

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