#461F3B

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

Shades of Voodoo #461F3B

Tints of Voodoo #461F3B

Color information

#461F3B (or 0x461F3B) is unknown color: approx Voodoo. HEX triplet: 46, 1F and 3B. RGB value is (70,31,59). Sum of RGB (Red+Green+Blue) = 70+31+59=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #461F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F3B is #B9E0C4. Grayscale: #2D2D2D. Windows color (decimal): -12181701 or 3874630. OLE color: 3874630.

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

Color convert

RGB703159-
CMYK00.560.160.73
HSL316.92º38.61%19.8%-
HSV(B)316.92º55.71%27.45%-
XYZ3.812.64.44-
YUV45.85135.42145.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=43.75%
G=19.38%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70315900.560.160.73316.9238.6119.8
Hex461F3B038104913d2714
Octal1063773070201114754724
Binary100011011111111011011100010000100100110011110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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