#471F44

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

Shades of Voodoo #471F44

Tints of Voodoo #471F44

Color information

#471F44 (or 0x471F44) is unknown color: approx Voodoo. HEX triplet: 47, 1F and 44. RGB value is (71,31,68). Sum of RGB (Red+Green+Blue) = 71+31+68=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #471F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F44 is #B8E0BB. Grayscale: #2F2F2F. Windows color (decimal): -12116156 or 4464455. OLE color: 4464455.

HSL color Cylindrical-coordinate representation of color #471F44: hue angle of 304.5º 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 #471F44 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB713168-
CMYK00.560.040.72
HSL304.5º39.22%20%-
HSV(B)304.5º56.34%27.84%-
XYZ4.132.745.78-
YUV47.18139.75144.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 68 (26.95% from 255) = 40%
R=41.76%
G=18.24%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71316800.560.040.72304.539.2220
Hex471F440384481302714
Octal1073710407041104604724
Binary10001111111110001000111000100100100010011000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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