#472840

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

Shades of Voodoo #472840

Tints of Voodoo #472840

Color information

#472840 (or 0x472840) is unknown color: approx Voodoo. HEX triplet: 47, 28 and 40. RGB value is (71,40,64). Sum of RGB (Red+Green+Blue) = 71+40+64=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472840 is #B8D7BF. Grayscale: #333333. Windows color (decimal): -12113856 or 4204615. OLE color: 4204615.

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

Color convert

RGB714064-
CMYK00.440.100.72
HSL313.55º27.93%21.76%-
HSV(B)313.55º43.66%27.84%-
XYZ4.283.235.25-
YUV52134.77141.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=40.57%
G=22.86%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71406400.440.100.72313.5527.9321.76
Hex47284002CA4813a1c16
Octal10750100054121104723426
Binary100011110100010000000101100101010010001001110101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472840; }

 p { color: rgb(71,40,64); }

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

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

 a { background-color: rgb(71,40,64); }

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

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

 span { border-color: rgb(71,40,64); }

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