#473C43

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

Shades of Voodoo #473C43

Tints of Voodoo #473C43

Color information

#473C43 (or 0x473C43) is unknown color: approx Voodoo. HEX triplet: 47, 3C and 43. RGB value is (71,60,67). Sum of RGB (Red+Green+Blue) = 71+60+67=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #473C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C43 is #B8C3BC. Grayscale: #404040. Windows color (decimal): -12108733 or 4406343. OLE color: 4406343.

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

Color convert

RGB716067-
CMYK00.150.060.72
HSL321.82º8.4%25.69%-
HSV(B)321.82º15.49%27.84%-
XYZ5.234.986-
YUV64.09129.64132.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=35.86%
G=30.30%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71606700.150.060.72321.828.425.69
Hex473C430F64814281a
Octal1077410301761105021032
Binary10001111111001000011011111101001000101000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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