#472B43

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

Shades of Voodoo #472B43

Tints of Voodoo #472B43

Color information

#472B43 (or 0x472B43) is unknown color: approx Voodoo. HEX triplet: 47, 2B and 43. RGB value is (71,43,67). Sum of RGB (Red+Green+Blue) = 71+43+67=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #472B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B43 is #B8D4BC. Grayscale: #363636. Windows color (decimal): -12113085 or 4401991. OLE color: 4401991.

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

Color convert

RGB714367-
CMYK00.390.060.72
HSL308.57º24.56%22.35%-
HSV(B)308.57º39.44%27.84%-
XYZ4.483.475.74-
YUV54.11135.28140.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=39.23%
G=23.76%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71436700.390.060.72308.5724.5622.35
Hex472B430276481351916
Octal1075310304761104653126
Binary10001111010111000011010011111010010001001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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