#471F42

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

Shades of Voodoo #471F42

Tints of Voodoo #471F42

Color information

#471F42 (or 0x471F42) is unknown color: approx Voodoo. HEX triplet: 47, 1F and 42. RGB value is (71,31,66). Sum of RGB (Red+Green+Blue) = 71+31+66=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #471F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F42 is #B8E0BD. Grayscale: #2E2E2E. Windows color (decimal): -12116158 or 4333383. OLE color: 4333383.

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

Color convert

RGB713166-
CMYK00.560.070.72
HSL307.5º39.22%20%-
HSV(B)307.5º56.34%27.84%-
XYZ4.072.715.46-
YUV46.95138.75145.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=42.26%
G=18.45%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71316600.560.070.72307.539.2220
Hex471F420387481342714
Octal1073710207071104644724
Binary10001111111110000100111000111100100010011010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,31,66); }

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

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

 a { background-color: rgb(71,31,66); }

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

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

 span { border-color: rgb(71,31,66); }

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