#472643

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

Shades of Voodoo #472643

Tints of Voodoo #472643

Color information

#472643 (or 0x472643) is unknown color: approx Voodoo. HEX triplet: 47, 26 and 43. RGB value is (71,38,67). Sum of RGB (Red+Green+Blue) = 71+38+67=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472643 is #B8D9BC. Grayscale: #333333. Windows color (decimal): -12114365 or 4400711. OLE color: 4400711.

HSL color Cylindrical-coordinate representation of color #472643: hue angle of 307.27º 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 #472643 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB713867-
CMYK00.460.060.72
HSL307.27º30.28%21.37%-
HSV(B)307.27º46.48%27.84%-
XYZ4.33.135.69-
YUV51.17136.93142.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 67 (26.56% from 255) = 38.07%
R=40.34%
G=21.59%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71386700.460.060.72307.2730.2821.37
Hex47264302E6481331e15
Octal1074610305661104633625
Binary10001111001101000011010111011010010001001100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472643; }

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

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

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

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

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

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

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

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