#463041

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

Shades of Voodoo #463041

Tints of Voodoo #463041

Color information

#463041 (or 0x463041) is unknown color: approx Voodoo. HEX triplet: 46, 30 and 41. RGB value is (70,48,65). Sum of RGB (Red+Green+Blue) = 70+48+65=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #463041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463041 is #B9CFBE. Grayscale: #383838. Windows color (decimal): -12177343 or 4272198. OLE color: 4272198.

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

Color convert

RGB704865-
CMYK00.310.070.73
HSL313.64º18.64%23.14%-
HSV(B)313.64º31.43%27.45%-
XYZ4.543.85.49-
YUV56.52132.79137.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=38.25%
G=26.23%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70486500.310.070.73313.6418.6423.14
Hex46304101F74913a1317
Octal1066010103771114722327
Binary1000110110000100000101111111110010011001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463041; }

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

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

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

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

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

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

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

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