#471B3D

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

Shades of Voodoo #471B3D

Tints of Voodoo #471B3D

Color information

#471B3D (or 0x471B3D) is unknown color: approx Voodoo. HEX triplet: 47, 1B and 3D. RGB value is (71,27,61). Sum of RGB (Red+Green+Blue) = 71+27+61=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #471B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B3D is #B8E4C2. Grayscale: #2B2B2B. Windows color (decimal): -12117187 or 4004679. OLE color: 4004679.

HSL color Cylindrical-coordinate representation of color #471B3D: hue angle of 313.64º 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 #471B3D is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB712761-
CMYK00.620.140.72
HSL313.64º44.9%19.22%-
HSV(B)313.64º61.97%27.84%-
XYZ3.832.464.69-
YUV44.03137.58147.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=44.65%
G=16.98%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71276100.620.140.72313.6444.919.22
Hex471B3D03EE4813a2d13
Octal1073375076161104725523
Binary10001111101111110101111101110100100010011101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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