#472E43

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

Shades of Voodoo #472E43

Tints of Voodoo #472E43

Color information

#472E43 (or 0x472E43) is unknown color: approx Voodoo. HEX triplet: 47, 2E and 43. RGB value is (71,46,67). Sum of RGB (Red+Green+Blue) = 71+46+67=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #472E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E43 is #B8D1BC. Grayscale: #373737. Windows color (decimal): -12112317 or 4402759. OLE color: 4402759.

HSL color Cylindrical-coordinate representation of color #472E43: hue angle of 309.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E43 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB714667-
CMYK00.350.060.72
HSL309.6º21.37%22.94%-
HSV(B)309.6º35.21%27.84%-
XYZ4.593.75.78-
YUV55.87134.28138.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=38.59%
G=25%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71466700.350.060.72309.621.3722.94
Hex472E430236481361517
Octal1075610304361104662527
Binary10001111011101000011010001111010010001001101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E43; }

 p { color: rgb(71,46,67); }

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

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

 a { background-color: rgb(71,46,67); }

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

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

 span { border-color: rgb(71,46,67); }

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