#471D3F

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

Shades of Voodoo #471D3F

Tints of Voodoo #471D3F

Color information

#471D3F (or 0x471D3F) is unknown color: approx Voodoo. HEX triplet: 47, 1D and 3F. RGB value is (71,29,63). Sum of RGB (Red+Green+Blue) = 71+29+63=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #471D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D3F is #B8E2C0. Grayscale: #2D2D2D. Windows color (decimal): -12116673 or 4136263. OLE color: 4136263.

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

Color convert

RGB712963-
CMYK00.590.110.72
HSL311.43º42%19.61%-
HSV(B)311.43º59.15%27.84%-
XYZ3.942.584.99-
YUV45.43137.91146.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 63 (25% from 255) = 38.65%
R=43.56%
G=17.79%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71296300.590.110.72311.434219.61
Hex471D3F03BB481372a14
Octal1073577073131104675224
Binary10001111110111111101110111011100100010011011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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