#46213B

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

Shades of Voodoo #46213B

Tints of Voodoo #46213B

Color information

#46213B (or 0x46213B) is unknown color: approx Voodoo. HEX triplet: 46, 21 and 3B. RGB value is (70,33,59). Sum of RGB (Red+Green+Blue) = 70+33+59=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46213B is #B9DEC4. Grayscale: #2E2E2E. Windows color (decimal): -12181189 or 3875142. OLE color: 3875142.

HSL color Cylindrical-coordinate representation of color #46213B: hue angle of 317.84º 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 #46213B is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB703359-
CMYK00.530.160.73
HSL317.84º35.92%20.2%-
HSV(B)317.84º52.86%27.45%-
XYZ3.862.714.46-
YUV47.03134.76144.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=43.21%
G=20.37%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70335900.530.160.73317.8435.9220.2
Hex46213B035104913e2414
Octal1064173065201114764424
Binary1000110100001111011011010110000100100110011111010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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