#472E3F

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

Shades of Voodoo #472E3F

Tints of Voodoo #472E3F

Color information

#472E3F (or 0x472E3F) is unknown color: approx Voodoo. HEX triplet: 47, 2E and 3F. RGB value is (71,46,63). Sum of RGB (Red+Green+Blue) = 71+46+63=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #472E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E3F is #B8D1C0. Grayscale: #373737. Windows color (decimal): -12112321 or 4140615. OLE color: 4140615.

HSL color Cylindrical-coordinate representation of color #472E3F: hue angle of 319.2º 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 #472E3F is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB714663-
CMYK00.350.110.72
HSL319.2º21.37%22.94%-
HSV(B)319.2º35.21%27.84%-
XYZ4.473.655.17-
YUV55.41132.28139.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 63 (25% from 255) = 35%
R=39.44%
G=25.56%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71466300.350.110.72319.221.3722.94
Hex472E3F023B4813f1517
Octal1075677043131104772527
Binary10001111011101111110100011101110010001001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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