#461D41

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

Shades of Voodoo #461D41

Tints of Voodoo #461D41

Color information

#461D41 (or 0x461D41) is unknown color: approx Voodoo. HEX triplet: 46, 1D and 41. RGB value is (70,29,65). Sum of RGB (Red+Green+Blue) = 70+29+65=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #461D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D41 is #B9E2BE. Grayscale: #2D2D2D. Windows color (decimal): -12182207 or 4267334. OLE color: 4267334.

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

Color convert

RGB702965-
CMYK00.590.070.73
HSL307.32º41.41%19.41%-
HSV(B)307.32º58.57%27.45%-
XYZ3.922.565.29-
YUV45.36139.08145.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=42.68%
G=17.68%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70296500.590.070.73307.3241.4119.41
Hex461D4103B7491332913
Octal1063510107371114635123
Binary10001101110110000010111011111100100110011001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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