#471B41

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

Shades of Voodoo #471B41

Tints of Voodoo #471B41

Color information

#471B41 (or 0x471B41) is unknown color: approx Voodoo. HEX triplet: 47, 1B and 41. RGB value is (71,27,65). Sum of RGB (Red+Green+Blue) = 71+27+65=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #471B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B41 is #B8E4BE. Grayscale: #2C2C2C. Windows color (decimal): -12117183 or 4266823. OLE color: 4266823.

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

Color convert

RGB712765-
CMYK00.620.080.72
HSL308.18º44.9%19.22%-
HSV(B)308.18º61.97%27.84%-
XYZ3.942.515.28-
YUV44.49139.58146.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=43.56%
G=16.56%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71276500.620.080.72308.1844.919.22
Hex471B4103E8481342d13
Octal10733101076101104645523
Binary100011111011100000101111101000100100010011010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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