#472540

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

Shades of Voodoo #472540

Tints of Voodoo #472540

Color information

#472540 (or 0x472540) is unknown color: approx Voodoo. HEX triplet: 47, 25 and 40. RGB value is (71,37,64). Sum of RGB (Red+Green+Blue) = 71+37+64=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472540 is #B8DABF. Grayscale: #323232. Windows color (decimal): -12114624 or 4203847. OLE color: 4203847.

HSL color Cylindrical-coordinate representation of color #472540: hue angle of 312.35º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472540 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB713764-
CMYK00.480.100.72
HSL312.35º31.48%21.18%-
HSV(B)312.35º47.89%27.84%-
XYZ4.193.035.22-
YUV50.24135.76142.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=41.28%
G=21.51%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71376400.480.100.72312.3531.4821.18
Hex472540030A481381f15
Octal10745100060121104703725
Binary100011110010110000000110000101010010001001110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472540; }

 p { color: rgb(71,37,64); }

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

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

 a { background-color: rgb(71,37,64); }

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

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

 span { border-color: rgb(71,37,64); }

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