#471D41

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

Shades of Voodoo #471D41

Tints of Voodoo #471D41

Color information

#471D41 (or 0x471D41) is unknown color: approx Voodoo. HEX triplet: 47, 1D and 41. RGB value is (71,29,65). Sum of RGB (Red+Green+Blue) = 71+29+65=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #471D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D41 is #B8E2BE. Grayscale: #2D2D2D. Windows color (decimal): -12116671 or 4267335. OLE color: 4267335.

HSL color Cylindrical-coordinate representation of color #471D41: hue angle of 308.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D41 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB712965-
CMYK00.590.080.72
HSL308.57º42%19.61%-
HSV(B)308.57º59.15%27.84%-
XYZ3.992.65.29-
YUV45.66138.91146.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=43.03%
G=17.58%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71296500.590.080.72308.574219.61
Hex471D4103B8481352a14
Octal10735101073101104655224
Binary100011111101100000101110111000100100010011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471D41; }

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

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

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

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

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

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

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

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