#462340

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

Shades of Voodoo #462340

Tints of Voodoo #462340

Color information

#462340 (or 0x462340) is unknown color: approx Voodoo. HEX triplet: 46, 23 and 40. RGB value is (70,35,64). Sum of RGB (Red+Green+Blue) = 70+35+64=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #462340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462340 is #B9DCBF. Grayscale: #303030. Windows color (decimal): -12180672 or 4203334. OLE color: 4203334.

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

Color convert

RGB703564-
CMYK00.50.090.73
HSL310.29º33.33%20.59%-
HSV(B)310.29º50%27.45%-
XYZ4.052.875.19-
YUV48.77136.6143.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=41.42%
G=20.71%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70356400.50.090.73310.2933.3320.59
Hex4623400329491362115
Octal10643100062111114664125
Binary1000110100011100000001100101001100100110011011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462340; }

 p { color: rgb(70,35,64); }

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

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

 a { background-color: rgb(70,35,64); }

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

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

 span { border-color: rgb(70,35,64); }

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