#473143

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

Shades of Voodoo #473143

Tints of Voodoo #473143

Color information

#473143 (or 0x473143) is unknown color: approx Voodoo. HEX triplet: 47, 31 and 43. RGB value is (71,49,67). Sum of RGB (Red+Green+Blue) = 71+49+67=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #473143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473143 is #B8CEBC. Grayscale: #393939. Windows color (decimal): -12111549 or 4403527. OLE color: 4403527.

HSL color Cylindrical-coordinate representation of color #473143: hue angle of 310.91º 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 #473143 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB714967-
CMYK00.310.060.72
HSL310.91º18.33%23.53%-
HSV(B)310.91º30.99%27.84%-
XYZ4.713.945.82-
YUV57.63133.29137.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 67 (26.56% from 255) = 35.83%
R=37.97%
G=26.20%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71496700.310.060.72310.9118.3323.53
Hex47314301F6481371218
Octal1076110303761104672230
Binary1000111110001100001101111111010010001001101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473143; }

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

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

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

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

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

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

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

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