#461A3E

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

Shades of Voodoo #461A3E

Tints of Voodoo #461A3E

Color information

#461A3E (or 0x461A3E) is unknown color: approx Voodoo. HEX triplet: 46, 1A and 3E. RGB value is (70,26,62). Sum of RGB (Red+Green+Blue) = 70+26+62=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #461A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A3E is #B9E5C1. Grayscale: #2B2B2B. Windows color (decimal): -12182978 or 4069958. OLE color: 4069958.

HSL color Cylindrical-coordinate representation of color #461A3E: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461A3E is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB702662-
CMYK00.630.110.73
HSL310.91º45.83%18.82%-
HSV(B)310.91º62.86%27.45%-
XYZ3.762.394.82-
YUV43.26138.58147.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 26 (10.55% from 255) = 16.46%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=44.30%
G=16.46%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70266200.630.110.73310.9145.8318.82
Hex461A3E03FB491372e13
Octal1063276077131114675623
Binary10001101101011111001111111011100100110011011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,26,62); }

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

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

 a { background-color: rgb(70,26,62); }

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

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

 span { border-color: rgb(70,26,62); }

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