#473D43

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

Shades of Voodoo #473D43

Tints of Voodoo #473D43

Color information

#473D43 (or 0x473D43) is unknown color: approx Voodoo. HEX triplet: 47, 3D and 43. RGB value is (71,61,67). Sum of RGB (Red+Green+Blue) = 71+61+67=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #473D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D43 is #B8C2BC. Grayscale: #404040. Windows color (decimal): -12108477 or 4406599. OLE color: 4406599.

HSL color Cylindrical-coordinate representation of color #473D43: hue angle of 324º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #473D43 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB716167-
CMYK00.140.060.72
HSL324º7.58%25.88%-
HSV(B)324º14.08%27.84%-
XYZ5.285.086.01-
YUV64.67129.31132.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=35.68%
G=30.65%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71616700.140.060.723247.5825.88
Hex473D430E64814481a
Octal1077510301661105041032
Binary10001111111011000011011101101001000101000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473D43; }

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

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

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

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

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

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

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

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