#462D41

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

Shades of Voodoo #462D41

Tints of Voodoo #462D41

Color information

#462D41 (or 0x462D41) is unknown color: approx Voodoo. HEX triplet: 46, 2D and 41. RGB value is (70,45,65). Sum of RGB (Red+Green+Blue) = 70+45+65=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #462D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D41 is #B9D2BE. Grayscale: #363636. Windows color (decimal): -12178111 or 4271430. OLE color: 4271430.

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

Color convert

RGB704565-
CMYK00.360.070.73
HSL312º21.74%22.55%-
HSV(B)312º35.71%27.45%-
XYZ4.423.565.46-
YUV54.76133.78138.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=38.89%
G=25%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70456500.360.070.7331221.7422.55
Hex462D410247491381617
Octal1065510104471114702627
Binary10001101011011000001010010011110010011001110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462D41; }

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

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

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

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

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

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

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

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