#473240

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

Shades of Voodoo #473240

Tints of Voodoo #473240

Color information

#473240 (or 0x473240) is unknown color: approx Voodoo. HEX triplet: 47, 32 and 40. RGB value is (71,50,64). Sum of RGB (Red+Green+Blue) = 71+50+64=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473240 is #B8CDBF. Grayscale: #393939. Windows color (decimal): -12111296 or 4207175. OLE color: 4207175.

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

Color convert

RGB715064-
CMYK00.300.100.72
HSL320º17.36%23.73%-
HSV(B)320º29.58%27.84%-
XYZ4.663.995.37-
YUV57.87131.46137.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=38.38%
G=27.03%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71506400.300.100.7232017.3623.73
Hex47324001EA481401118
Octal10762100036121105002130
Binary10001111100101000000011110101010010001010000001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473240; }

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

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

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

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

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

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

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

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