#46213C

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

Shades of Voodoo #46213C

Tints of Voodoo #46213C

Color information

#46213C (or 0x46213C) is unknown color: approx Voodoo. HEX triplet: 46, 21 and 3C. RGB value is (70,33,60). Sum of RGB (Red+Green+Blue) = 70+33+60=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #46213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46213C is #B9DEC3. Grayscale: #2F2F2F. Windows color (decimal): -12181188 or 3940678. OLE color: 3940678.

HSL color Cylindrical-coordinate representation of color #46213C: hue angle of 316.22º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46213C is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB703360-
CMYK00.530.140.73
HSL316.22º35.92%20.2%-
HSV(B)316.22º52.86%27.45%-
XYZ3.892.724.59-
YUV47.14135.26144.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=42.94%
G=20.25%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70336000.530.140.73316.2235.9220.2
Hex46213C035E4913c2414
Octal1064174065161114744424
Binary100011010000111110001101011110100100110011110010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46213C; }

 p { color: rgb(70,33,60); }

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

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

 a { background-color: rgb(70,33,60); }

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

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

 span { border-color: rgb(70,33,60); }

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