#472144

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

Shades of Voodoo #472144

Tints of Voodoo #472144

Color information

#472144 (or 0x472144) is unknown color: approx Voodoo. HEX triplet: 47, 21 and 44. RGB value is (71,33,68). Sum of RGB (Red+Green+Blue) = 71+33+68=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472144 is #B8DEBB. Grayscale: #303030. Windows color (decimal): -12115644 or 4464967. OLE color: 4464967.

HSL color Cylindrical-coordinate representation of color #472144: hue angle of 304.74º 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 #472144 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB713368-
CMYK00.540.040.72
HSL304.74º36.54%20.39%-
HSV(B)304.74º53.52%27.84%-
XYZ4.192.845.8-
YUV48.35139.09144.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=41.28%
G=19.19%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71336800.540.040.72304.7436.5420.39
Hex4721440364481312514
Octal1074110406641104614524
Binary100011110000110001000110110100100100010011000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472144; }

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

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

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

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

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

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

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

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