#461F40

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

Shades of Voodoo #461F40

Tints of Voodoo #461F40

Color information

#461F40 (or 0x461F40) is unknown color: approx Voodoo. HEX triplet: 46, 1F and 40. RGB value is (70,31,64). Sum of RGB (Red+Green+Blue) = 70+31+64=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #461F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F40 is #B9E0BF. Grayscale: #2E2E2E. Windows color (decimal): -12181696 or 4202310. OLE color: 4202310.

HSL color Cylindrical-coordinate representation of color #461F40: hue angle of 309.23º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #461F40 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB703164-
CMYK00.560.090.73
HSL309.23º38.61%19.8%-
HSV(B)309.23º55.71%27.45%-
XYZ3.942.655.15-
YUV46.42137.92144.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=42.42%
G=18.79%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70316400.560.090.73309.2338.6119.8
Hex461F400389491352714
Octal10637100070111114654724
Binary100011011111100000001110001001100100110011010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461F40; }

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

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

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

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

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

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

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

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