#471E41

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

Shades of Voodoo #471E41

Tints of Voodoo #471E41

Color information

#471E41 (or 0x471E41) is unknown color: approx Voodoo. HEX triplet: 47, 1E and 41. RGB value is (71,30,65). Sum of RGB (Red+Green+Blue) = 71+30+65=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #471E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E41 is #B8E1BE. Grayscale: #2E2E2E. Windows color (decimal): -12116415 or 4267591. OLE color: 4267591.

HSL color Cylindrical-coordinate representation of color #471E41: hue angle of 308.78º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E41 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB713065-
CMYK00.580.080.72
HSL308.78º40.59%19.8%-
HSV(B)308.78º57.75%27.84%-
XYZ4.022.655.3-
YUV46.25138.58145.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=42.77%
G=18.07%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71306500.580.080.72308.7840.5919.8
Hex471E4103A8481352914
Octal10736101072101104655124
Binary100011111110100000101110101000100100010011010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471E41; }

 p { color: rgb(71,30,65); }

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

<style>
 a { background-color: #471E41; }

 a { background-color: rgb(71,30,65); }

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

<style>
 span { border-color: #471E41; }

 span { border-color: rgb(71,30,65); }

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