#472440

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

Shades of Voodoo #472440

Tints of Voodoo #472440

Color information

#472440 (or 0x472440) is unknown color: approx Voodoo. HEX triplet: 47, 24 and 40. RGB value is (71,36,64). Sum of RGB (Red+Green+Blue) = 71+36+64=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472440 is #B8DBBF. Grayscale: #313131. Windows color (decimal): -12114880 or 4203591. OLE color: 4203591.

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

Color convert

RGB713664-
CMYK00.490.100.72
HSL312º32.71%20.98%-
HSV(B)312º49.3%27.84%-
XYZ4.152.975.21-
YUV49.66136.1143.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=41.52%
G=21.05%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71366400.490.100.7231232.7120.98
Hex472440031A481382115
Octal10744100061121104704125
Binary1000111100100100000001100011010100100010011100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472440; }

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

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

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

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

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

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

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

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