#471F3F

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

Shades of Voodoo #471F3F

Tints of Voodoo #471F3F

Color information

#471F3F (or 0x471F3F) is unknown color: approx Voodoo. HEX triplet: 47, 1F and 3F. RGB value is (71,31,63). Sum of RGB (Red+Green+Blue) = 71+31+63=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #471F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F3F is #B8E0C0. Grayscale: #2E2E2E. Windows color (decimal): -12116161 or 4136775. OLE color: 4136775.

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

Color convert

RGB713163-
CMYK00.560.110.72
HSL312º39.22%20%-
HSV(B)312º56.34%27.84%-
XYZ3.992.685.01-
YUV46.61137.25145.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 63 (25% from 255) = 38.18%
R=43.03%
G=18.79%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71316300.560.110.7231239.2220
Hex471F3F038B481382714
Octal1073777070131104704724
Binary10001111111111111101110001011100100010011100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,31,63); }

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

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

 a { background-color: rgb(71,31,63); }

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

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

 span { border-color: rgb(71,31,63); }

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