#472C43

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

Shades of Voodoo #472C43

Tints of Voodoo #472C43

Color information

#472C43 (or 0x472C43) is unknown color: approx Voodoo. HEX triplet: 47, 2C and 43. RGB value is (71,44,67). Sum of RGB (Red+Green+Blue) = 71+44+67=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #472C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C43 is #B8D3BC. Grayscale: #363636. Windows color (decimal): -12112829 or 4402247. OLE color: 4402247.

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

Color convert

RGB714467-
CMYK00.380.060.72
HSL308.89º23.48%22.55%-
HSV(B)308.89º38.03%27.84%-
XYZ4.513.555.76-
YUV54.7134.95139.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=39.01%
G=24.18%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71446700.380.060.72308.8923.4822.55
Hex472C430266481351717
Octal1075410304661104652727
Binary10001111011001000011010011011010010001001101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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