#46293D

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

Shades of Voodoo #46293D

Tints of Voodoo #46293D

Color information

#46293D (or 0x46293D) is unknown color: approx Voodoo. HEX triplet: 46, 29 and 3D. RGB value is (70,41,61). Sum of RGB (Red+Green+Blue) = 70+41+61=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #46293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46293D is #B9D6C2. Grayscale: #333333. Windows color (decimal): -12179139 or 4008262. OLE color: 4008262.

HSL color Cylindrical-coordinate representation of color #46293D: hue angle of 318.62º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46293D is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB704161-
CMYK00.410.130.73
HSL318.62º26.13%21.76%-
HSV(B)318.62º41.43%27.45%-
XYZ4.163.224.82-
YUV51.95133.11140.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=40.70%
G=23.84%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70416100.410.130.73318.6226.1321.76
Hex46293D029D4913f1a16
Octal1065175051151114773226
Binary10001101010011111010101001110110010011001111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46293D; }

 p { color: rgb(70,41,61); }

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

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

 a { background-color: rgb(70,41,61); }

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

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

 span { border-color: rgb(70,41,61); }

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