#472140

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

Shades of Voodoo #472140

Tints of Voodoo #472140

Color information

#472140 (or 0x472140) is unknown color: approx Voodoo. HEX triplet: 47, 21 and 40. RGB value is (71,33,64). Sum of RGB (Red+Green+Blue) = 71+33+64=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472140 is #B8DEBF. Grayscale: #2F2F2F. Windows color (decimal): -12115648 or 4202823. OLE color: 4202823.

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

Color convert

RGB713364-
CMYK00.540.100.72
HSL311.05º36.54%20.39%-
HSV(B)311.05º53.52%27.84%-
XYZ4.072.85.18-
YUV47.9137.09144.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=42.26%
G=19.64%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71336400.540.100.72311.0536.5420.39
Hex472140036A481372514
Octal10741100066121104674524
Binary1000111100001100000001101101010100100010011011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472140; }

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

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

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

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

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

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

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

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