#473142

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

Shades of Voodoo #473142

Tints of Voodoo #473142

Color information

#473142 (or 0x473142) is unknown color: approx Voodoo. HEX triplet: 47, 31 and 42. RGB value is (71,49,66). Sum of RGB (Red+Green+Blue) = 71+49+66=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #473142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473142 is #B8CEBD. Grayscale: #393939. Windows color (decimal): -12111550 or 4337991. OLE color: 4337991.

HSL color Cylindrical-coordinate representation of color #473142: hue angle of 313.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473142 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB714966-
CMYK00.310.070.72
HSL313.64º18.33%23.53%-
HSV(B)313.64º30.99%27.84%-
XYZ4.683.935.67-
YUV57.52132.79137.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=38.17%
G=26.34%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71496600.310.070.72313.6418.3323.53
Hex47314201F74813a1218
Octal1076110203771104722230
Binary1000111110001100001001111111110010001001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473142; }

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

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

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

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

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

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

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

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