#463341

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

Shades of Voodoo #463341

Tints of Voodoo #463341

Color information

#463341 (or 0x463341) is unknown color: approx Voodoo. HEX triplet: 46, 33 and 41. RGB value is (70,51,65). Sum of RGB (Red+Green+Blue) = 70+51+65=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #463341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463341 is #B9CCBE. Grayscale: #3A3A3A. Windows color (decimal): -12176575 or 4272966. OLE color: 4272966.

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

Color convert

RGB705165-
CMYK00.270.070.73
HSL315.79º15.7%23.73%-
HSV(B)315.79º27.14%27.45%-
XYZ4.664.055.54-
YUV58.28131.79136.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=37.63%
G=27.42%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70516500.270.070.73315.7915.723.73
Hex46334101B74913c1018
Octal1066310103371114742030
Binary1000110110011100000101101111110010011001111001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463341; }

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

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

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

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

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

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

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

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