#472241

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

Shades of Voodoo #472241

Tints of Voodoo #472241

Color information

#472241 (or 0x472241) is unknown color: approx Voodoo. HEX triplet: 47, 22 and 41. RGB value is (71,34,65). Sum of RGB (Red+Green+Blue) = 71+34+65=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472241 is #B8DDBE. Grayscale: #303030. Windows color (decimal): -12115391 or 4268615. OLE color: 4268615.

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

Color convert

RGB713465-
CMYK00.520.080.72
HSL309.73º35.24%20.59%-
HSV(B)309.73º52.11%27.84%-
XYZ4.122.875.34-
YUV48.6137.26143.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=41.76%
G=20%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71346500.520.080.72309.7335.2420.59
Hex4722410348481362315
Octal10742101064101104664325
Binary1000111100010100000101101001000100100010011011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472241; }

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

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

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

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

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

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

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

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