#472642

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

Shades of Voodoo #472642

Tints of Voodoo #472642

Color information

#472642 (or 0x472642) is unknown color: approx Voodoo. HEX triplet: 47, 26 and 42. RGB value is (71,38,66). Sum of RGB (Red+Green+Blue) = 71+38+66=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472642 is #B8D9BD. Grayscale: #323232. Windows color (decimal): -12114366 or 4335175. OLE color: 4335175.

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

Color convert

RGB713866-
CMYK00.460.070.72
HSL309.09º30.28%21.37%-
HSV(B)309.09º46.48%27.84%-
XYZ4.283.125.53-
YUV51.06136.43142.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=40.57%
G=21.71%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71386600.460.070.72309.0930.2821.37
Hex47264202E7481351e15
Octal1074610205671104653625
Binary10001111001101000010010111011110010001001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472642; }

 p { color: rgb(71,38,66); }

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

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

 a { background-color: rgb(71,38,66); }

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

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

 span { border-color: rgb(71,38,66); }

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