#472141

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

Shades of Voodoo #472141

Tints of Voodoo #472141

Color information

#472141 (or 0x472141) is unknown color: approx Voodoo. HEX triplet: 47, 21 and 41. RGB value is (71,33,65). Sum of RGB (Red+Green+Blue) = 71+33+65=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #472141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472141 is #B8DEBE. Grayscale: #2F2F2F. Windows color (decimal): -12115647 or 4268359. OLE color: 4268359.

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

Color convert

RGB713365-
CMYK00.540.080.72
HSL309.47º36.54%20.39%-
HSV(B)309.47º53.52%27.84%-
XYZ4.12.815.33-
YUV48.01137.59144.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=42.01%
G=19.53%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71336500.540.080.72309.4736.5420.39
Hex4721410368481352514
Octal10741101066101104654524
Binary1000111100001100000101101101000100100010011010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472141; }

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

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

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

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

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

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

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

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