#473343

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

Shades of Voodoo #473343

Tints of Voodoo #473343

Color information

#473343 (or 0x473343) is unknown color: approx Voodoo. HEX triplet: 47, 33 and 43. RGB value is (71,51,67). Sum of RGB (Red+Green+Blue) = 71+51+67=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473343 is #B8CCBC. Grayscale: #3A3A3A. Windows color (decimal): -12111037 or 4404039. OLE color: 4404039.

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

Color convert

RGB715167-
CMYK00.280.060.72
HSL312º16.39%23.92%-
HSV(B)312º28.17%27.84%-
XYZ4.84.115.85-
YUV58.8132.63136.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=37.57%
G=26.98%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71516700.280.060.7231216.3923.92
Hex47334301C6481381018
Octal1076310303461104702030
Binary1000111110011100001101110011010010001001110001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473343; }

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

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

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

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

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

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

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

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