#473140

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

Shades of Voodoo #473140

Tints of Voodoo #473140

Color information

#473140 (or 0x473140) is unknown color: approx Voodoo. HEX triplet: 47, 31 and 40. RGB value is (71,49,64). Sum of RGB (Red+Green+Blue) = 71+49+64=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #473140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473140 is #B8CEBF. Grayscale: #393939. Windows color (decimal): -12111552 or 4206919. OLE color: 4206919.

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

Color convert

RGB714964-
CMYK00.310.100.72
HSL319.09º18.33%23.53%-
HSV(B)319.09º30.99%27.84%-
XYZ4.623.915.36-
YUV57.29131.79137.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=38.59%
G=26.63%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71496400.310.100.72319.0918.3323.53
Hex47314001FA4813f1218
Octal10761100037121104772230
Binary10001111100011000000011111101010010001001111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473140; }

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

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

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

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

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

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

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

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