#472941

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

Shades of Voodoo #472941

Tints of Voodoo #472941

Color information

#472941 (or 0x472941) is unknown color: approx Voodoo. HEX triplet: 47, 29 and 41. RGB value is (71,41,65). Sum of RGB (Red+Green+Blue) = 71+41+65=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472941 is #B8D6BE. Grayscale: #343434. Windows color (decimal): -12113599 or 4270407. OLE color: 4270407.

HSL color Cylindrical-coordinate representation of color #472941: hue angle of 312º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472941 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB714165-
CMYK00.420.080.72
HSL312º26.79%21.96%-
HSV(B)312º42.25%27.84%-
XYZ4.353.315.41-
YUV52.71134.94141.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=40.11%
G=23.16%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71416500.420.080.7231226.7921.96
Hex47294102A8481381b16
Octal10751101052101104703326
Binary100011110100110000010101010100010010001001110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472941; }

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

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

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

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

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

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

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

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